Schedule
Unique identifier for the schedule
Name of the schedule
ID of the organization this schedule belongs to
ID of the security group this schedule belongs to (if any)
Timestamp when the schedule was created
Timestamp when the schedule was last updated
regular_schedules object[]
List of regular schedules associated with this schedule
Unique identifier for the regular schedule
ID of the parent schedule
days object
Days of the week when this schedule is active
Start time for this schedule
End time for this schedule
special_schedules object[]
List of special schedules associated with this schedule
Unique identifier for the special schedule
ID of the parent schedule
Date for this special schedule
Start time for this schedule
End time for this schedule
Whether the schedule is closed all day
Whether the schedule is currently open
The next time the schedule will be open
{
"id": 0,
"name": "string",
"organization_id": 0,
"security_group_id": 0,
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z",
"regular_schedules": [
{
"id": 0,
"schedule_id": 0,
"days": {
"mon": true,
"tue": true,
"wed": true,
"thu": true,
"fri": true,
"sat": true,
"sun": true
},
"start_time": "string",
"end_time": "string"
}
],
"special_schedules": [
{
"id": 0,
"schedule_id": 0,
"date": "2024-07-29",
"start_time": "string",
"end_time": "string",
"closed_all_day": true
}
],
"open": true,
"next_open_time": "2024-07-29T15:51:28.071Z"
}