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

    Type Alias AccessMethodsListParameters

    type AccessMethodsListParameters = {
        access_code_id?: string;
        access_grant_id?: string;
        access_grant_key?: string;
        acs_entrance_id?: string;
        device_id?: string;
        limit?: number;
        page_cursor?: string;
        space_id?: string;
    }
    Index
    access_code_id?: string

    ID of the access code by which to filter the returned access methods. Must be combined with access_grant_id, access_grant_key, or acs_entrance_id.

    access_grant_id?: string

    ID of Access Grant to list access methods for.

    access_grant_key?: string

    Key of Access Grant to list access methods for.

    acs_entrance_id?: string

    ID of the entrance for which you want to retrieve all access methods that grant access to it.

    device_id?: string

    ID of the device by which to filter the returned access methods. Must be combined with access_grant_id, access_grant_key, or acs_entrance_id.

    limit?: number

    Maximum number of records to return per page.

    page_cursor?: string

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

    space_id?: string

    ID of the space by which to filter the returned access methods. Must be combined with access_grant_id, access_grant_key, or acs_entrance_id.