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.
Returns a list of all credentials with access to a specified entrance.
ID of the entrance for which you want to list all credentials that grant access.
OK
Bad Request
Unauthorized
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.
Request Body Parameters
acs_entrance_id
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:
acs_credential_id
ID of the credential
acs_user_id
ID of the user to whom the credential belongs
parent_acs_credential_id
ID of the parent ACS credential
display_name
Display name that corresponds to the credential type
code
Access (PIN) code for the credential
acs_system_id
ID of the access control system that contains the credential
access_method
Access method for the credential. Supported values: code, card, mobile_key
external_type
Brand-specific terminology for the credential type
Supported values: pti_card, brivo_credential, hid_credential, visionline_card
external_type_display_name
Display name that corresponds to the brand-specific terminology for the credential type
workspace_id
ID of the workspace that contains the credential
created_at
Date and time at which the credential was created
starts_at
Date and time at which the credential validity starts, in ISO 8601 format
ends_at
Date and time at which the credential validity ends, in ISO 8601 format
is_multi_phone_sync_credential
Indicates whether the credential is a multi-phone sync credential
XXX_metadata
ACS manufacturer-specific metadata for the entrance, where XXX is the manufacturer
Sample Response
Last updated
Was this helpful?

