acs_entrance resources in your workspace or get these details for a specific acs_entrance. You can also list all entrances associated with a specific credential, and you can list all credentials associated with a specific entrance.
List All Entrances
You can list allacs_entrance resources in your workspace. Note that entrance details include manufacturer-specific metadata that may vary by manufacturer.
- JavaScript
- cURL
- Python
- Ruby
- PHP
- C#
Request:Response:
List Entrances in an ACS
To list allacs_entrances in a specific ACS, include the acs_system_id filter in the List Entrances request. Note that entrance details include manufacturer-specific metadata that may vary by manufacturer.
- JavaScript
- cURL
- Python
- Ruby
- PHP
- C#
Request:Response:
List Credentials Associated with an Entrance
To list the credentials that grant access to a specific entrance, uselist_credentials_with_access method for the acs_entrance object and provide the acs_entrance_id.
- JavaScript
- cURL
- Python
- Ruby
- PHP
- C#
Request:Response:
This response contains manufacturer-specific metadata that may vary by
manufacturer.
List Entrances Associated with a Credential
To list the entrances to which a specific credential grants access, uselist_accessible_entrances method for the acs_credential object and provide the acs_credential_id. For details, see Managing Credentials.
Get an Entrance
You can get the details of a specificacs_entrance. Note that entrance details include manufacturer-specific metadata that may vary by manufacturer.
- JavaScript
- cURL
- Python
- Ruby
- PHP
- C#
Request:Response:

