List Entrances

Returns a list of all access system entrances.

To filter the list of entrances, specify the desired acs_system_id or acs_user_id.

Code

await seam.acs.entrances.list();

Output

[
  {
    "acs_system_id": "123e4567-e89b-12d3-a456-426614174000",
    "acs_entrance_id": "123e4567-e89b-12d3-a456-426614174000",
    "created_at": "2024-04-05T07:57:05.323Z",
    "display_name": "text"
  }
]
Authentication Methods
  • API key

  • Client session token

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authentication.

Request Parameters

acs_credential_id String

ID of the credential for which you want to retrieve all entrances.


acs_system_id String

ID of the access system for which you want to retrieve all entrances.


location_id String


space_id String

ID of the space for which you want to list entrances.


Response

Array of acs_entrances


Examples

Last updated

Was this helpful?

Revision created

ci: Generate docs