@seamapi/http - v2.1.0
    Preparing search index...

    Type Alias AcsEntrancesListParameters

    type AcsEntrancesListParameters = {
        access_method_id?: string;
        acs_credential_id?: string;
        acs_entrance_ids?: string[];
        acs_system_id?: string;
        connected_account_id?: string;
        customer_key?: string;
        limit?: number;
        location_id?: string;
        page_cursor?: string;
        search?: string;
        space_id?: string;
    }
    Index
    access_method_id?: string

    ID of the access method for which you want to retrieve all entrances to which it grants access.

    acs_credential_id?: string

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

    acs_entrance_ids?: string[]

    IDs of the entrances 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.

    connected_account_id?: string

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

    customer_key?: string

    Customer key for which you want to list entrances.

    limit?: number

    Maximum number of records to return per page.

    location_id?: string

    Use space_id.

    page_cursor?: string

    Identifies the specific page of results to return, obtained from the previous page's next_page_cursor.

    search?: string

    String for which to search. Filters returned entrances to include all records that satisfy a partial match using display_name.

    space_id?: string

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