Retrieves all schedules for your team.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
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.
createdAt The sort direction. Use 'desc' for descending order; any other value (or omission) will sort in ascending order.
asc, desc