Get list of schedules
GET/v2/schedules
ClientsGets the list of schedules that the user created.
The endpoint supports pagination using the limit
and offset
parameters.
It will not return more than 1000 records.
By default, the records are sorted by the createdAt
field in ascending
order. To sort the records in descending order, use the desc=1
parameter.
Request
Responses
- 200