Skip to content

List Schedules

GET
/nebula/doors/schedules

Returns a list of all schedules.

AllowedRoles: [front-desk-admin]

removed
boolean

OK

Array<object>
object
createdAt
string format: date-time
createdBy
string format: uuid
nullable
248df4b7-aa70-47b8-a036-33ac447e668d
id
string format: uuid
nullable
248df4b7-aa70-47b8-a036-33ac447e668d
intervals
Array<object>
nullable
object
endTimeOfDayInMinutes
integer
startTimeOfDayInMinutes
integer
weekDays
Array<string>
nullable
name
string
updatedAt
string format: date-time
updatedBy
string format: uuid
nullable
248df4b7-aa70-47b8-a036-33ac447e668d
version
integer

Unauthorized