An Access Schedule Event object that is on an Access Level.
Attribute | Type | Description |
---|---|---|
access_schedule_event_id | String(Unique) | Unique identifier for the Access Schedule Event |
door_status | String | Door status for Access Schedule Events. Always set to access_granted. |
end_time | String | End time of the event in hh:mm format (ISO 8601). |
start_time | String | Start time of the event in hh:mm format (ISO 8601). |
weekday | String | Enum 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"
}