@seamapi/http - v1.95.1
    Preparing search index...

    Class SeamHttpActionAttempts

    Index

    Constructors

    Properties

    client: AxiosInstance
    defaults: Required<SeamHttpRequestOptions>
    ltsVersion: "1.0.0" = seamApiLtsVersion
    ltsVersion: string = seamApiLtsVersion

    Methods

    • Parameters

      • Optionalparameters: {
            action_attempt_ids?: string[];
            device_id?: string;
            limit?: number;
            page_cursor?: string | null;
        }
        • Optionalaction_attempt_ids?: string[]

          IDs of the action attempts that you want to retrieve.

        • Optionaldevice_id?: string

          ID of the device to filter action attempts by.

        • Optionallimit?: number

          Maximum number of records to return per page.

        • Optionalpage_cursor?: string | null

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

      • options: ActionAttemptsListOptions = {}

      Returns ActionAttemptsListRequest

    • Parameters

      • clientSessionToken: string

      Returns Promise<void>