This endpoint uses the Schedule object.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
The page number to retrieve
The number of records to skip. Used if page is not provided.
The maximum number of records to return
The field by which to sort the schedules. Currently, only 'createdAt' is supported.
Available options:
createdAt The sort direction. Use 'desc' for descending order; any other value (or omission) will sort in ascending order.
Available options:
asc, desc