Class SeamHttpSeamCustomerV1AutomationRuns

Constructors

Properties

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

Methods

  • Parameters

    • Optionalparameters: {
          automation_id?: string;
          created_before?: Date;
          limit?: number;
          page_cursor?: null | string;
          partner_resource_id?: string;
          rule?: "reservation_created" | "reservation_time_updated" | "reservation_deleted";
          success?: boolean;
      }
      • Optionalautomation_id?: string

        ID of the automation for which you want to retrieve all automation runs.

      • Optionalcreated_before?: Date

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

      • Optionallimit?: number

        Maximum number of records to return per page.

      • Optionalpage_cursor?: null | string

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

      • Optionalpartner_resource_id?: string

        ID of the partner resource for which you want to retrieve all automation runs.

      • Optionalrule?: "reservation_created" | "reservation_time_updated" | "reservation_deleted"

        Filter automation runs by the specific rule that was executed.

      • Optionalsuccess?: boolean

        Filter automation runs by success status.

    • options: SeamCustomerV1AutomationRunsListOptions = {}

    Returns SeamCustomerV1AutomationRunsListRequest

  • Parameters

    • clientSessionToken: string

    Returns Promise<void>