GET
/
schedules
/
{schedule}
/
updates

Path Parameters

schedule
integer
required

The schedule ID

Query Parameters

sort
string

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.

include
string

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

per_page
integer
default:
15

How many items to show per page.

page
integer

Which page to show.

Response

200 - application/json
data
object[]
required
meta
object
required