Home//
REST API Reference
/- Office Hours Time Interval
Retrieve an office hours exception
Update an office hours exception
Delete an office hours exception
List all office hours exceptions
Create an office hours exception
Retrieve an office hours schedule
Update an office hours schedule
Delete an office hours schedule
List all office hours schedules
Create an office hours schedule
Office Hours Exception
Office Hours Schedule
Office Hours Time Interva...
A single open interval. For schedules, start_minute and end_minute are minute offsets from the start of the week (Monday 00:00 = 0), in the range 0 to 10080. For exceptions, they are minute offsets from midnight on exception_date, in the range 0 to 1440.
Minute the interval starts. For schedules, offset from the start of the week (Monday 00:00 = 0); for exceptions, offset from midnight on exception_date.
Example:540
Minute the interval ends. For schedules, offset from the start of the week (Monday 00:00 = 0); for exceptions, offset from midnight on exception_date.
Example:1020
{ "start_minute": 540, "end_minute": 1020, "day_of_week": 0 }