Get schedules
Get a list of schedules for your user.
GET
/ v1 / schedules
Authorization
Response
200 - application/json - array
-
The name of the schedule.
-
Whether the schedule is the default timezone.
-
The timezone of the schedule.
-
The schedule details.
- mondayarray<object>
An array of objects detailing start and end times.
- tuesdayarray<object>
An array of objects detailing start and end times.
- wednesdayarray<object>
An array of objects detailing start and end times.
- thursdayarray<object>
An array of objects detailing start and end times.
- fridayarray<object>
An array of objects detailing start and end times.
- saturdayarray<object>
An array of objects detailing start and end times.
- sundayarray<object>
An array of objects detailing start and end times.
-