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
OK
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 |
---|---|---|
| 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 |
---|---|
| ID of the entrance |
| ID of the access control system that contains the entrance |
| ID of the workspace that contains the user |
| Display name for the entrance |
| ACS manufacturer-specific metadata for the entrance, where |
| Date and time at which the entrance was created |
Sample Response
This response contains manufacturer-specific metadata that may vary by manufacturer.
Last updated