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

    Type Alias AccessGrantsListParameters

    type AccessGrantsListParameters = {
        access_code_id?: string;
        access_grant_ids?: string[];
        access_grant_key?: string;
        acs_entrance_id?: string;
        acs_system_id?: string;
        customer_key?: string;
        device_id?: string;
        limit?: number;
        location_id?: string;
        page_cursor?: string;
        reservation_key?: string;
        space_id?: string;
        user_identity_id?: string;
    }
    Index
    access_code_id?: string

    ID of the access code by which you want to filter the list of Access Grants.

    access_grant_ids?: string[]

    IDs of the access grants to retrieve.

    access_grant_key?: string

    Filter Access Grants by access_grant_key. Use null to filter for Access Grants without an access_grant_key.

    acs_entrance_id?: string

    ID of the entrance by which you want to filter the list of Access Grants.

    acs_system_id?: string

    ID of the access system by which you want to filter the list of Access Grants.

    customer_key?: string

    Customer key for which you want to list access grants.

    device_id?: string

    ID of the device by which you want to filter the list of Access Grants.

    limit?: number

    Numerical limit on the number of access grants to return.

    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.

    reservation_key?: string

    Filter Access Grants by reservation_key.

    space_id?: string

    ID of the space by which you want to filter the list of Access Grants.

    user_identity_id?: string

    ID of user identity by which you want to filter the list of Access Grants.