Access Schedule Event Object

An Access Schedule Event object that is on an Access Level.

AttributeTypeDescription
access_schedule_event_idString(Unique)Unique identifier for the Access Schedule Event
door_statusStringDoor status for Access Schedule Events. Always set to access_granted.
end_timeStringEnd time of the event in hh:mm format (ISO 8601).
start_timeStringStart time of the event in hh:mm format (ISO 8601).
weekdayStringEnum for days of the week.

SU MO TU WE TH FR SA

Access Schedule Event Object

{
  "access_schedule_event_id" : STR(UNIQUE),
  "door_status" : STR,
  "end_time" : STR,
  "start_time" : STR,
  "weekday" : STR
}

Example

{
	"access_schedule_event_id": "611fc672-2dfa-4c0c-9fc8-5ebc6c59ba4e",
	"door_status": "access_granted",
	"end_time": "23:59",
	"start_time": "00:00",
	"weekday": "MO"
}