Class SeamHttpSeamConsoleV1Timelines

Constructors

Properties

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

Methods

  • Parameters

    • Optionalparameters: {
          created_before?: Date;
          limit?: number;
          page_cursor?: string;
          resource_id: string;
      }
      • Optionalcreated_before?: Date

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

      • Optionallimit?: number

        Maximum number of timeline entry groups to return per page.

      • Optionalpage_cursor?: string

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

      • resource_id: string

        ID of the resource to get timelines for.

    • options: SeamConsoleV1TimelinesGetOptions = {}

    Returns SeamConsoleV1TimelinesGetRequest

  • Parameters

    • clientSessionToken: string

    Returns Promise<void>