Sebastiaan
csharp [Route("umbraco/api/ScheduleApi/GetDays/{id}")] public string GetDays(int id) { return id.ToString(); }