Skip to main content

RegularSchedule

idinteger

Unique identifier for the regular schedule

schedule_idinteger

ID of the parent schedule

days object

Days of the week when this schedule is active

monboolean
tueboolean
wedboolean
thuboolean
friboolean
satboolean
sunboolean
start_timetime

Start time for this schedule

end_timetime

End time for this schedule

RegularSchedule
{
"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"
}