List Credentials with Access to an Entrance
Get all credentials with access to a specified entrance
Returns a list of all credentials with access to a specified entrance.
/acs/entrances/list_credentials_with_access
OK
Request
Specify the entrance for which you want to retrieve all credentials with access by including the corresponding acs_entrance_id
in the request body.
You can also use a manufacturer-specific filter for entrances in a Visionline ACS. For details, see List All Valid Credentials for a Set of Guest Entrances to Add as Joiners.
Request Body Parameters
Parameter | Type | Description |
---|---|---|
| String (UUID) Required | ID of the entrance for which you want to retrieve all credentials with access |
Sample Request
Response
Returns an acs_credentials
array, in which each returned acs_credential
contains the following properties:
Property | Description |
---|---|
| ID of the credential |
| ID of the user to whom the credential belongs |
| ID of the parent ACS credential |
| Display name that corresponds to the credential type |
| Access (PIN) code for the credential |
| ID of the access control system that contains the credential |
| Access method for the credential. Supported values: |
| Brand-specific terminology for the credential type
Supported values: |
| Display name that corresponds to the brand-specific terminology for the credential type |
| ID of the workspace that contains the credential |
| Date and time at which the credential was created |
| Date and time at which the credential validity starts, in ISO 8601 format |
| Date and time at which the credential validity ends, in ISO 8601 format |
| Indicates whether the credential is a multi-phone sync credential |
| ACS manufacturer-specific metadata for the entrance, where |
Sample Response
This response contains manufacturer-specific metadata that may vary by manufacturer.
Last updated