The acs_entrance Object
Represents an entrance within an access control system. In an access control system, an entrance is a secured door, gate, zone, or other method of entry. You can list details for all theacs_entrance resources in your workspace or get these details for a specific acs_entrance. You can also list all entrances associated with a specific credential, and you can list all credentials associated with a specific entrance.
- ACS Entrance
An access system entrance resource.
Properties
acs_entrance_id UUID
ID of the entrance.
acs_system_id UUID
ID of the access control system that contains the entrance.
assa_abloy_vostio_metadata Object
ASSA ABLOY Vostio-specific metadata associated with the entrance.
brivo_metadata Object
Brivo-specific metadata associated with the entrance.
can_belong_to_reservation Boolean
Indicates whether the ACS entrance can belong to a reservation via an access_grant.reservation_key.
can_unlock_with_card Boolean
Indicates whether the ACS entrance can be unlocked with card credentials.
can_unlock_with_cloud_key Boolean
Indicates whether the ACS entrance can be unlocked with cloud key credentials.
can_unlock_with_code Boolean
Indicates whether the ACS entrance can be unlocked with pin codes.
can_unlock_with_mobile_key Boolean
Indicates whether the ACS entrance can be unlocked with mobile key credentials.
connected_account_id UUID
ID of the connected account associated with the entrance.
created_at Datetime
Date and time at which the entrance was created.
display_name String
Display name for the entrance.
dormakaba_ambiance_metadata Object
dormakaba Ambiance-specific metadata associated with the entrance.
dormakaba_community_metadata Object
dormakaba Community-specific metadata associated with the entrance.
errors List of Objects
Errors associated with the entrance.
hotek_metadata Object
Hotek-specific metadata associated with the entrance.
latch_metadata Object
Latch-specific metadata associated with the entrance.
salto_ks_metadata Object
Salto KS-specific metadata associated with the entrance.
salto_space_metadata Object
Salto Space-specific metadata associated with the entrance.
space_ids List of UUIDs
IDs of the spaces that the entrance is in.
visionline_metadata Object
Visionline-specific metadata associated with the entrance.
Events
acs_entrance.added
An access system entrance was added.
acs_entrance.removed
An access system entrance was removed.
Endpoints
/acs/entrances/get
Returns a specified access system entrance.
/acs/entrances/grant_access
Grants a specified access system user access to a specified access system entrance.
/acs/entrances/list
Returns a list of all access system entrances.
/acs/entrances/list_credentials_with_access
Returns a list of all credentials with access to a specified entrance.
/acs/entrances/unlock
Remotely unlocks a specified entrance using a cloud_key credential. Returns an action attempt that tracks the progress of the unlock operation.
