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

    Type Alias ConnectWebviewsListParameters

    type ConnectWebviewsListParameters = {
        custom_metadata_has?: Record<string, unknown>;
        customer_key?: string;
        limit?: number;
        page_cursor?: string;
        search?: string;
        user_identifier_key?: string;
    }
    Index
    custom_metadata_has?: Record<string, unknown>

    Custom metadata pairs by which you want to filter Connect Webviews. Returns Connect Webviews with custom_metadata that contains all of the provided key:value pairs.

    customer_key?: string

    Customer key for which you want to list connect webviews.

    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.

    search?: string

    String for which to search. Filters returned Connect Webviews to include all records that satisfy a partial match using connect_webview_id, accepted_providers, custom_metadata, or customer_key.

    user_identifier_key?: string

    Your user ID for the user by which you want to filter Connect Webviews.