Home//
REST API Reference
/- Office Hours Schedule
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 Time Interval
Office Hours Schedule
An office hours schedule defines the recurring weekly hours during which the workspace is open.
The IANA time zone the schedule's hours are evaluated in.
Example:"America/New_York"
time_intervalsArray of objects(Office Hours Time Interval)
The open intervals that make up the weekly schedule.
{ "type": "office_hours_schedule", "id": "123", "name": "Standard Support Hours", "time_zone_name": "America/New_York", "time_intervals": [ { … } ], "twenty_four_seven": false, "created_at": 1717200000, "updated_at": 1717200000 }