List Entrances
Get all entrances
Returns a list of all entrances.
/acs/entrances/list
OK
Request
To filter the list of returned entrances by a specific access control system, include the acs_system_id
parameters in the request body. If you omit this parameter, the response includes all entrances in your workspace.
Request Body Parameters
Parameter | Type | Description |
---|---|---|
| String (UUID) Optional | ID of the access control system for which you want to retrieve all entrances |
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