WorkScheduleType
Fields
The identifier of the work schedule (also known as the 'slug').
Whether the work schedule is currently open.
Whether today is a public holiday, according to the work schedule.
Name of the work schedule.
The reason the Work Schedule is open or closed.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"identifier": "89377614",
"isOpen": true,
"isPublicHoliday": true,
"name": "create-bit-program-fast-matter",
"openOrClosedReason": "CLOSED_DUE_TO_PUBLIC_HOLIDAY"
}