List Accessible Entrances

Get all entrances to which a specified credential grants access

Returns a list of all entrances to which a credential grants access.

/acs/credentials/list_accessible_entrances

post

Returns a list of all entrances to which a credential grants access.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
acs_credential_idstring Β· uuidRequired

ID of the credential for which you want to retrieve all entrances to which the credential grants access.

Responses
200

OK

application/json
post
/acs/credentials/list_accessible_entrances

Request

Specify the credential for which you want to retrieve all accessible entrances by including the corresponding acs_credential_id in the request body.

Request Body Parameters

Parameter
Type
Description

acs_credential_id

String (UUID) Required

ID of the credential for which you want to retrieve all entrances to which this credential grants access

Sample Request

Response

Returns an acs_entrances array, in which each returned acs_entrance contains the following properties:

Property
Description

acs_entrance_id

ID of the entrance

acs_system_id

ID of the access control system that contains the entrance

workspace_id

ID of the workspace that contains the user

display_name

Display name for the entrance

XXX_metadata

ACS manufacturer-specific metadata for the entrance, where XXX is the manufacturer

created_at

Date and time at which the entrance was created

Sample Response

This response contains manufacturer-specific metadata that may vary by manufacturer.

Last updated

Was this helpful?