/schedule
Last updated
Last updated
Searches all schedules in the system and returning a number of matches against the given search filter, delimited by the offset and count.
/schedule/{scheduleNameOrId}/event
Supplying a schedule object, this will create a new schedule with a newly assigned unique id. The ScheduleEvent representation returned in the response body is a representation of the ScheduleEvent as persisted with a unique identifier assigned and with its fields properly normalized. The supplied schedule object submitted with the request must have a name property that is unique across all items.
/schedule/{scheduleNameOrId}/event
Looks up a schedule by the passed in identifier
/schedule/{scheduleNameOrId}/event/{scheduleEventId}
Supplying a schedule, this will update the ScheduleEvent identified by the name or ID in the path with contents from the passed in request body.
/schedule/{scheduleNameOrId}/event/{scheduleEventId}
Deletes a schedule by the passed in identifier
/schedule/{scheduleNameOrId}/event/{scheduleEventId}
Fetches all current assignments to the currently logged-in profile.
/schedule/{scheduleNameOrId}/progress
Searches all schedules in the system and returning a number of matches against the given search filter, delimited by the offset and count.
/schedule
Supplying a schedule object, this will create a new schedule with a newly assigned unique id. The Schedule representation returned in the response body is a representation of the Schedule as persisted with a unique identifier assigned and with its fields properly normalized. The supplied schedule object submitted with the request must have a name property that is unique across all items.
/schedule
[^_]\w+
Looks up a schedule by the passed in identifier
/schedule/{scheduleNameOrId}
Supplying a schedule, this will update the Schedule identified by the name or ID in the path with contents from the passed in request body.
/schedule/{scheduleNameOrId}
[^_]\w+
Deletes a schedule by the passed in identifier
/schedule/{scheduleNameOrId}