v1

latestOpenAPI 3.1.02026-07-24145580597.0 KB
Schedule:v1:Schedulers:Schedule:Schedule Unavailabilities

Get schedule unavailabilities

Retrieve a list of unavailabilities under a specific schedule filtered by date range. The response is paginated and can be filtered by user ID.

get/scheduler/v1/schedulers/{schedulerId}/unavailabilities

Path parameters

schedulerIdinteger required

The unique identifier of the schedule

The unique identifier of the schedule

Query parameters

startTimeinteger required

The start time to filter by in Unix format (in seconds)

The start time to filter by in Unix format (in seconds)

endTimeinteger required

The end time to filter by in Unix format (in seconds)

The end time to filter by in Unix format (in seconds)

limitinteger

The maximum number of results to display per page

The maximum number of results to display per page

offsetinteger

The resource offset of the last successfully read resource will be returned as the paging.offset JSON property of a paginated response containing more results

The resource offset of the last successfully read resource will be returned as the paging.offset JSON property of a paginated response containing more results

Response

Successful Response

requestIdstring