Get business hours
GET {{baseUrl}}/contact_center/business_hours/:businessHourId
Get information about business hours.
Scopes:
contact_center_operating_hours:read:admin
contact_center_queue:read:admin
Rate Limit Label
:
Light
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"business_hour_id":"\u003cstring\u003e","business_hour_name":"\u003cstring\u003e","business_hour_description":"\u003cstring\u003e","timezone":"\u003cstring\u003e","account_default":"\u003cboolean\u003e","hours":{"hour_type":2,"custom_hours":[{"day_of_week":3,"custom_hour_type":2,"custom_hour_ranges":[{"start_time":"\u003cstring\u003e","end_time":"\u003cstring\u003e"},{"start_time":"\u003cstring\u003e","end_time":"\u003cstring\u003e"}]},{"day_of_week":1,"custom_hour_type":2,"custom_hour_ranges":[{"start_time":"\u003cstring\u003e","end_time":"\u003cstring\u003e"},{"start_time":"\u003cstring\u003e","end_time":"\u003cstring\u003e"}]}]}}