Skip to main content

space.device_membership_changed

A device was added or removed from a space.
acs_entrance_ids
Array
IDs of all ACS entrances currently attached to the space.
created_at
String (ISO 8601)
Date and time at which the event was created.
device_ids
Array
IDs of all devices currently attached to the space.
event_description
String
Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: space.device_membership_changed
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
space_id
String (UUID)
ID of the affected space.
space_key
String
Unique key for the space within the workspace.
workspace_id
String (UUID)
ID of the workspace associated with the event.

space.created

A space was created.
acs_entrance_ids
Array
IDs of all ACS entrances attached to the space when it was created.
created_at
String (ISO 8601)
Date and time at which the event was created.
device_ids
Array
IDs of all devices attached to the space when it was created.
event_description
String
Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: space.created
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
space_id
String (UUID)
ID of the affected space.
space_key
String
Unique key for the space within the workspace.
workspace_id
String (UUID)
ID of the workspace associated with the event.

space.deleted

A space was deleted.
acs_entrance_ids
Array
IDs of all ACS entrances currently attached to the space when it was deleted.
created_at
String (ISO 8601)
Date and time at which the event was created.
device_ids
Array
IDs of all devices attached to the space when it was deleted.
event_description
String
Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: space.deleted
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
space_id
String (UUID)
ID of the affected space.
space_key
String
Unique key for the space within the workspace.
workspace_id
String (UUID)
ID of the workspace associated with the event.