lock.locked
A lock was locked.
Properties
Properties
String (UUID)
ID of the access code that was used to lock the device.
Boolean
Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set.
String (UUID)
ID of the Seam action attempt that triggered this lock. Present only when the lock was initiated through Seam (via a
LOCK_DOOR action attempt).String
Code (PIN) that was used to lock the device, if known. Taken from the matched managed or unmanaged access code, or from the code reported by the provider when no access code matched.
Object
Custom metadata of the connected account, present when connected_account_id is provided.
String (UUID)
ID of the connected account associated with the event.
String (ISO 8601)
Date and time at which the event was created.
String
The customer key associated with the device, if any.
Object
Custom metadata of the device, present when device_id is provided.
String (UUID)
ID of the affected device.
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.
String (UUID)
ID of the event.
Enum (String)
Value:
lock.lockedBoolean
Whether the lock action was performed over Bluetooth by a remote client (such as the provider’s mobile app), rather than a direct physical interaction or a Seam-initiated remote action.
Boolean
Whether the lock action was performed by an NFC credential tap (such as an Apple Home Key or an NFC key fob) presented to the lock, rather than a direct physical interaction or a Seam-initiated remote action.
Enum (String)
Method by which the lock was locked.
keycode: an access code was used (see access_code_id). manual: a physical action such as a thumbturn or button press. remote: a remote action via an app, Bluetooth, or the Seam API (see action_attempt_id if Seam-initiated; see is_via_bluetooth or is_via_nfc for the transport). automatic: triggered automatically, for example by an auto-relock timer. unknown: could not be determined.Possible values: keycode, manual, automatic, unknown, remoteString (ISO 8601)
Date and time at which the event occurred.
String (UUID)
ID of the workspace associated with the event.
lock.unlocked
A lock was unlocked.
Properties
Properties
String (UUID)
ID of the access code that was used to unlock the affected device.
Boolean
Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set.
String (UUID)
ID of the Seam action attempt that triggered this unlock. Present only when the unlock was initiated through Seam (via an
UNLOCK_DOOR action attempt).String
Code (PIN) that was used to unlock the affected device, if known. Taken from the matched managed or unmanaged access code, or from the code reported by the provider when no access code matched.
Object
Custom metadata of the connected account, present when connected_account_id is provided.
String (UUID)
ID of the connected account associated with the event.
String (ISO 8601)
Date and time at which the event was created.
String
The customer key associated with the device, if any.
Object
Custom metadata of the device, present when device_id is provided.
String (UUID)
ID of the affected device.
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.
String (UUID)
ID of the event.
Enum (String)
Value:
lock.unlockedBoolean
Whether the unlock action was performed over Bluetooth by a remote client (such as the provider’s mobile app), rather than a direct physical interaction or a Seam-initiated remote action.
Boolean
Whether the unlock action was performed by an NFC credential tap (such as an Apple Home Key or an NFC key fob) presented to the lock, rather than a direct physical interaction or a Seam-initiated remote action.
Enum (String)
Method by which the lock was unlocked.
keycode: an access code was used (see access_code_id). manual: a physical action such as a thumbturn or handle press. remote: a remote action via an app, Bluetooth, or the Seam API (see action_attempt_id if Seam-initiated; see is_via_bluetooth or is_via_nfc for the transport). automatic: triggered automatically, for example by a time-based schedule. unknown: could not be determined.Possible values: keycode, manual, automatic, unknown, remoteString (ISO 8601)
Date and time at which the event occurred.
String (UUID)
ID of the workspace associated with the event.
lock.access_denied
The lock denied access to a user after one or more consecutive invalid attempts to unlock the device.
Properties
Properties
String (UUID)
ID of the access code that was used in the unlock attempts.
String (UUID)
undocumented: Unreleased.
ID of the ACS entrance associated with the access-denied event.String (UUID)
undocumented: Unreleased.
ID of the ACS system associated with the access-denied event.Object
Custom metadata of the connected account, present when connected_account_id is provided.
String (UUID)
ID of the connected account associated with the event.
String (ISO 8601)
Date and time at which the event was created.
String
The customer key associated with the device, if any.
Object
Custom metadata of the device, present when device_id is provided.
String (UUID)
ID of the affected device.
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.
String (UUID)
ID of the event.
Enum (String)
Value:
lock.access_deniedString (ISO 8601)
Date and time at which the event occurred.
Object
Why access was denied, when the provider reports a determinable cause. Omitted when unknown.
String (UUID)
undocumented: Unreleased.
ID of the user identity associated with the access-denied event.String (UUID)
ID of the workspace associated with the event.