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

    Type Alias ActionAttemptsListParameters

    type ActionAttemptsListParameters = {
        action_attempt_ids?: string[];
        device_id?: string;
        limit?: number;
        page_cursor?: string;
    }
    Index
    action_attempt_ids?: string[]

    IDs of the action attempts that you want to retrieve.

    device_id?: string

    ID of the device to filter action attempts by.

    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.