> ## Documentation Index
> Fetch the complete documentation index at: https://docs.seam.co/llms.txt
> Use this file to discover all available pages before exploring further.

# The Entrance Object

> Learn how the acs_entrance object represents a secured door, gate, or zone within an access control system, and how to list its credentials.

## The acs\_entrance Object

Represents an [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) within an [access control system](https://docs.seam.co/low-level-apis/access-systems).

In an access control system, an entrance is a secured door, gate, zone, or other method of entry. You can list details for all the `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.

<ResponseExample>
  ```json ACS Entrance theme={null}
  {
    "acs_entrance_id": "f74e4879-5991-4e2f-a368-888983dcfbfc",
    "acs_system_id": "6a74a969-94ea-4383-b5cf-5e7da8c113d1",
    "connected_account_id": "1b9a3e0d-443f-4063-b619-4ca7e2a97751",
    "created_at": "2025-06-15T16:54:17.946495Z",
    "display_name": "Main Entrance",
    "errors": [],
    "space_ids": [],
    "visionline_metadata": {
      "door_category": "guest",
      "door_name": "Main Entrance",
      "profiles": [
        {
          "visionline_door_profile_id": "7f8e9d0a-1b2c-3d4e-5f6a-7b8c9d0e1f2a",
          "visionline_door_profile_type": "BLE"
        }
      ]
    },
    "warnings": []
  }
  ```
</ResponseExample>

***

## Properties

<ResponseField name="acs_entrance_id" type="String (UUID)">
  ID of the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
</ResponseField>

<ResponseField name="acs_system_id" type="String (UUID)">
  ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
</ResponseField>

<ResponseField name="assa_abloy_vostio_metadata" type="Object">
  ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).

  <Expandable title="properties">
    <ResponseField name="door_name" type="String">
      Name of the door in the Vostio access system.
    </ResponseField>

    <ResponseField name="door_number" type="number">
      Number of the door in the Vostio access system.
    </ResponseField>

    <ResponseField name="door_type" type="Enum (String)">
      Type of the door in the Vostio access system.
    </ResponseField>

    <ResponseField name="pms_id" type="String">
      PMS ID of the door in the Vostio access system.
    </ResponseField>

    <ResponseField name="stand_open" type="Boolean">
      Indicates whether keys are allowed to set the door in stand open mode in the Vostio access system.
    </ResponseField>
  </Expandable>
</ResponseField>

<ResponseField name="avigilon_alta_metadata" type="Object">
  Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).

  <Expandable title="properties">
    <ResponseField name="entry_name" type="String">
      Entry name for an Avigilon Alta system.
    </ResponseField>

    <ResponseField name="entry_relays_total_count" type="number">
      Total count of entry relays for an Avigilon Alta system.
    </ResponseField>

    <ResponseField name="org_name" type="String">
      Organization name for an Avigilon Alta system.
    </ResponseField>

    <ResponseField name="site_id" type="number">
      Site ID for an Avigilon Alta system.
    </ResponseField>

    <ResponseField name="site_name" type="String">
      Site name for an Avigilon Alta system.
    </ResponseField>

    <ResponseField name="zone_id" type="number">
      Zone ID for an Avigilon Alta system.
    </ResponseField>

    <ResponseField name="zone_name" type="String">
      Zone name for an Avigilon Alta system.
    </ResponseField>
  </Expandable>
</ResponseField>

<ResponseField name="brivo_metadata" type="Object">
  Brivo-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).

  <Expandable title="properties">
    <ResponseField name="access_point_id" type="String">
      ID of the access point in the Brivo access system.
    </ResponseField>

    <ResponseField name="site_id" type="number">
      ID of the site that the access point belongs to.
    </ResponseField>

    <ResponseField name="site_name" type="String">
      Name of the site that the access point belongs to.
    </ResponseField>
  </Expandable>
</ResponseField>

<ResponseField name="can_belong_to_reservation" type="Boolean">
  Indicates whether the ACS entrance can belong to a reservation via an access\_grant.reservation\_key.
</ResponseField>

<ResponseField name="can_unlock_with_card" type="Boolean">
  Indicates whether the ACS entrance can be unlocked with card credentials.
</ResponseField>

<ResponseField name="can_unlock_with_cloud_key" type="Boolean">
  Indicates whether the ACS entrance can be unlocked with cloud key credentials.
</ResponseField>

<ResponseField name="can_unlock_with_code" type="Boolean">
  Indicates whether the ACS entrance can be unlocked with pin codes.
</ResponseField>

<ResponseField name="can_unlock_with_mobile_key" type="Boolean">
  Indicates whether the ACS entrance can be unlocked with mobile key credentials.
</ResponseField>

<ResponseField name="connected_account_id" type="String (UUID)">
  ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
</ResponseField>

<ResponseField name="created_at" type="String (ISO 8601)">
  Date and time at which the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) was created.
</ResponseField>

<ResponseField name="display_name" type="String">
  Display name for the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
</ResponseField>

<ResponseField name="dormakaba_ambiance_metadata" type="Object">
  dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).

  <Expandable title="properties">
    <ResponseField name="access_point_name" type="String">
      Name of the access point in the dormakaba Ambiance access system.
    </ResponseField>
  </Expandable>
</ResponseField>

<ResponseField name="dormakaba_community_metadata" type="Object">
  dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).

  <Expandable title="properties">
    <ResponseField name="access_point_profile" type="String">
      Type of access point profile in the dormakaba Community access system.
    </ResponseField>
  </Expandable>
</ResponseField>

<ResponseField name="errors" type="Array">
  Errors associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
</ResponseField>

<ResponseField name="hotek_metadata" type="Object">
  Hotek-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).

  <Expandable title="properties">
    <ResponseField name="common_area_name" type="String">
      Display name of the entrance.
    </ResponseField>

    <ResponseField name="common_area_number" type="String">
      Display name of the entrance.
    </ResponseField>

    <ResponseField name="room_number" type="String">
      Room number of the entrance.
    </ResponseField>
  </Expandable>
</ResponseField>

<ResponseField name="is_locked" type="Boolean">
  Indicates whether the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) is currently locked.
</ResponseField>

<ResponseField name="latch_metadata" type="Object">
  Latch-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).

  <Expandable title="properties">
    <ResponseField name="accessibility_type" type="String">
      Accessibility type in the Latch access system.
    </ResponseField>

    <ResponseField name="door_name" type="String">
      Name of the door in the Latch access system.
    </ResponseField>

    <ResponseField name="door_type" type="String">
      Type of the door in the Latch access system.
    </ResponseField>

    <ResponseField name="is_connected" type="Boolean">
      Indicates whether the entrance is connected.
    </ResponseField>
  </Expandable>
</ResponseField>

<ResponseField name="salto_ks_metadata" type="Object">
  Salto KS-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).

  <Expandable title="properties">
    <ResponseField name="battery_level" type="String">
      Battery level of the door access device.
    </ResponseField>

    <ResponseField name="door_name" type="String">
      Name of the door in the Salto KS access system.
    </ResponseField>

    <ResponseField name="intrusion_alarm" type="Boolean">
      Indicates whether an intrusion alarm is active on the door.
    </ResponseField>

    <ResponseField name="left_open_alarm" type="Boolean">
      Indicates whether the door is left open.
    </ResponseField>

    <ResponseField name="lock_type" type="String">
      Type of the lock in the Salto KS access system.
    </ResponseField>

    <ResponseField name="locked_state" type="String">
      Locked state of the door in the Salto KS access system.
    </ResponseField>

    <ResponseField name="online" type="Boolean">
      Indicates whether the door access device is online.
    </ResponseField>

    <ResponseField name="privacy_mode" type="Boolean">
      Indicates whether privacy mode is enabled for the lock.
    </ResponseField>
  </Expandable>
</ResponseField>

<ResponseField name="salto_space_metadata" type="Object">
  Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).

  <Expandable title="properties">
    <ResponseField name="audit_on_keys" type="Boolean">
      Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system.
    </ResponseField>

    <ResponseField name="door_description" type="String">
      Description of the door in the Salto Space access system.
    </ResponseField>

    <ResponseField name="door_id" type="String">
      Door ID in the Salto Space access system.
    </ResponseField>

    <ResponseField name="door_name" type="String">
      Name of the door in the Salto Space access system.
    </ResponseField>

    <ResponseField name="room_description" type="String">
      Description of the room in the Salto Space access system.
    </ResponseField>

    <ResponseField name="room_name" type="String">
      Name of the room in the Salto Space access system.
    </ResponseField>
  </Expandable>
</ResponseField>

<ResponseField name="space_ids" type="Array">
  IDs of the spaces that the entrance is in.
</ResponseField>

<ResponseField name="visionline_metadata" type="Object">
  Visionline-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).

  <Expandable title="properties">
    <ResponseField name="door_category" type="Enum (String)">
      Category of the door in the Visionline access system.
    </ResponseField>

    <ResponseField name="door_name" type="String">
      Name of the door in the Visionline access system.
    </ResponseField>

    <ResponseField name="profiles" type="Array">
      Profile for the door in the Visionline access system.
    </ResponseField>
  </Expandable>
</ResponseField>

<ResponseField name="warnings" type="Array">
  Warnings associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).
</ResponseField>
