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

    Type Alias LocksListParameters

    type LocksListParameters = {
        connect_webview_id?: string;
        connected_account_id?: string;
        connected_account_ids?: string[];
        created_before?: string;
        custom_metadata_has?: Record<string, unknown>;
        customer_key?: string;
        device_ids?: string[];
        device_type?:
            | "akuvox_lock"
            | "august_lock"
            | "brivo_access_point"
            | "butterflymx_panel"
            | "avigilon_alta_entry"
            | "doorking_lock"
            | "genie_door"
            | "igloo_lock"
            | "linear_lock"
            | "lockly_lock"
            | "kwikset_lock"
            | "nuki_lock"
            | "salto_lock"
            | "schlage_lock"
            | "smartthings_lock"
            | "wyze_lock"
            | "yale_lock"
            | "two_n_intercom"
            | "controlbyweb_device"
            | "ttlock_lock"
            | "igloohome_lock"
            | "four_suites_door"
            | "dormakaba_oracode_door"
            | "tedee_lock"
            | "akiles_lock"
            | "ultraloq_lock"
            | "keyincode_lock"
            | "omnitec_lock"
            | "kisi_lock"
            | "aqara_lock";
        device_types?: (
            | "akuvox_lock"
            | "august_lock"
            | "brivo_access_point"
            | "butterflymx_panel"
            | "avigilon_alta_entry"
            | "doorking_lock"
            | "genie_door"
            | "igloo_lock"
            | "linear_lock"
            | "lockly_lock"
            | "kwikset_lock"
            | "nuki_lock"
            | "salto_lock"
            | "schlage_lock"
            | "smartthings_lock"
            | "wyze_lock"
            | "yale_lock"
            | "two_n_intercom"
            | "controlbyweb_device"
            | "ttlock_lock"
            | "igloohome_lock"
            | "four_suites_door"
            | "dormakaba_oracode_door"
            | "tedee_lock"
            | "akiles_lock"
            | "ultraloq_lock"
            | "keyincode_lock"
            | "omnitec_lock"
            | "kisi_lock"
            | "aqara_lock"
        )[];
        limit?: number;
        manufacturer?: | "akuvox"
        | "august"
        | "brivo"
        | "butterflymx"
        | "avigilon_alta"
        | "doorking"
        | "genie"
        | "igloo"
        | "linear"
        | "lockly"
        | "kwikset"
        | "nuki"
        | "salto"
        | "schlage"
        | "seam"
        | "wyze"
        | "yale"
        | "two_n"
        | "controlbyweb"
        | "ttlock"
        | "igloohome"
        | "four_suites"
        | "dormakaba_oracode"
        | "tedee"
        | "keyincode"
        | "akiles"
        | "aqara"
        | "korelock"
        | "smartthings"
        | "ultraloq"
        | "omnitec"
        | "kisi";
        page_cursor?: string;
        search?: string;
        space_id?: string;
        unstable_location_id?: string;
        user_identifier_key?: string;
    }
    Index
    connect_webview_id?: string

    ID of the Connect Webview for which you want to list devices.

    connected_account_id?: string

    ID of the connected account for which you want to list devices.

    connected_account_ids?: string[]

    Array of IDs of the connected accounts for which you want to list devices.

    created_before?: string

    Timestamp by which to limit returned devices. Returns devices created before this timestamp.

    custom_metadata_has?: Record<string, unknown>

    Set of key:value custom metadata pairs for which you want to list devices.

    customer_key?: string

    Customer key for which you want to list devices.

    device_ids?: string[]

    Array of device IDs for which you want to list devices.

    device_type?:
        | "akuvox_lock"
        | "august_lock"
        | "brivo_access_point"
        | "butterflymx_panel"
        | "avigilon_alta_entry"
        | "doorking_lock"
        | "genie_door"
        | "igloo_lock"
        | "linear_lock"
        | "lockly_lock"
        | "kwikset_lock"
        | "nuki_lock"
        | "salto_lock"
        | "schlage_lock"
        | "smartthings_lock"
        | "wyze_lock"
        | "yale_lock"
        | "two_n_intercom"
        | "controlbyweb_device"
        | "ttlock_lock"
        | "igloohome_lock"
        | "four_suites_door"
        | "dormakaba_oracode_door"
        | "tedee_lock"
        | "akiles_lock"
        | "ultraloq_lock"
        | "keyincode_lock"
        | "omnitec_lock"
        | "kisi_lock"
        | "aqara_lock"

    Device type of the locks that you want to list.

    device_types?: (
        | "akuvox_lock"
        | "august_lock"
        | "brivo_access_point"
        | "butterflymx_panel"
        | "avigilon_alta_entry"
        | "doorking_lock"
        | "genie_door"
        | "igloo_lock"
        | "linear_lock"
        | "lockly_lock"
        | "kwikset_lock"
        | "nuki_lock"
        | "salto_lock"
        | "schlage_lock"
        | "smartthings_lock"
        | "wyze_lock"
        | "yale_lock"
        | "two_n_intercom"
        | "controlbyweb_device"
        | "ttlock_lock"
        | "igloohome_lock"
        | "four_suites_door"
        | "dormakaba_oracode_door"
        | "tedee_lock"
        | "akiles_lock"
        | "ultraloq_lock"
        | "keyincode_lock"
        | "omnitec_lock"
        | "kisi_lock"
        | "aqara_lock"
    )[]

    Device types of the locks that you want to list.

    limit?: number

    Numerical limit on the number of devices to return.

    manufacturer?:
        | "akuvox"
        | "august"
        | "brivo"
        | "butterflymx"
        | "avigilon_alta"
        | "doorking"
        | "genie"
        | "igloo"
        | "linear"
        | "lockly"
        | "kwikset"
        | "nuki"
        | "salto"
        | "schlage"
        | "seam"
        | "wyze"
        | "yale"
        | "two_n"
        | "controlbyweb"
        | "ttlock"
        | "igloohome"
        | "four_suites"
        | "dormakaba_oracode"
        | "tedee"
        | "keyincode"
        | "akiles"
        | "aqara"
        | "korelock"
        | "smartthings"
        | "ultraloq"
        | "omnitec"
        | "kisi"

    Manufacturer of the locks that you want to list.

    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 devices to include all records that satisfy a partial match using device_id (full or partial UUID prefix, minimum 4 characters), connected_account_id, display_name, custom_metadata or location.location_name.

    space_id?: string

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

    unstable_location_id?: string

    Use space_id.

    user_identifier_key?: string

    Your own internal user ID for the user for which you want to list devices.