Schedule Updates

List Schedule Updates

get/schedules/{schedule}/updates

Path parameters

scheduleinteger required

The schedule ID

Query parameters

sortstring

Available sorts are created_at. You can sort by multiple options by separating them with a comma. To sort in descending order, use - sign in front of the sort, for example: -created_at.

includestring

Available includes are schedule, scheduleCount, scheduleExists. You can include multiple options by separating them with a comma.

per_pageinteger

How many items to show per page.

pageinteger

Which page to show.

Response

Paginated set of Update

Changes