ListRecallManagementTableVersions

更新时间:
复制 MD 格式

Lists all versions of a specified RecallManagementTable.

Operation description

Usage

  • To retrieve the version history of a specific RecallManagementTable, provide the RecallManagementTableId and InstanceId.

  • Use the SortBy parameter to sort the results by creation time or update time. By default, the results are sorted by creation time in ascending order.

  • The PageNumber and PageSize parameters enable pagination, which allows you to control the number of items to return and the page to display.

  • If the Order parameter is not specified, the results are sorted in ascending order by default.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

GET /api/v1/recallmanagementtables/{RecallManagementTableId}/versions HTTP/1.1

Path Parameters

Parameter

Type

Required

Description

Example

RecallManagementTableId

string

Yes

The ID of the RecallManagementTable.

1

Request parameters

Parameter

Type

Required

Description

Example

InstanceId

string

Yes

The ID of the instance.

pairec-1324***

SortBy

string

No

The field to sort by. Valid values: GmtCreateTime (creation time) and GmtModifiedTime (update time).

GmtCreateTime

Order

string

No

The sort order. Valid values: ASC (ascending order) and DESC (descending order).

ASC

PageNumber

integer

No

The page number.

1

PageSize

integer

No

The page size.

10

Response elements

Element

Type

Description

Example

object

The response schema

RequestId

string

The request ID.

728C5E01-ABF6-5AA8-B9FC-B3BA05DECC77

TotalCount

integer

The total count.

10

RecallManagementTableVersions

array<object>

The list of RecallManagementTable versions.

object

RecallManagementTableVersionId

string

The ID of the RecallManagementTable version.

202507010000

EffectiveTime

string

The effective time.

2021-12-15T23:24:33.132

DataVersion

string

The data version.

ds=20250701

SourceTableRowCount

integer

The source table row count.

100

SourceTableDataSize

integer

The source table data size.

1000

Status

string

The status of the version. Valid values:

  • Online: The version is online.

  • Offline: The version is offline.

Online

PublishStartTime

string

The sync start time.

2021-12-15T22:24:33.132

PublishEndTime

string

The sync end time.

2021-12-15T23:24:33.132

Examples

Success response

JSON format

{
  "RequestId": "728C5E01-ABF6-5AA8-B9FC-B3BA05DECC77",
  "TotalCount": 10,
  "RecallManagementTableVersions": [
    {
      "RecallManagementTableVersionId": "202507010000",
      "EffectiveTime": "2021-12-15T23:24:33.132",
      "DataVersion": "ds=20250701",
      "SourceTableRowCount": 100,
      "SourceTableDataSize": 1000,
      "Status": "Online",
      "PublishStartTime": "2021-12-15T22:24:33.132",
      "PublishEndTime": "2021-12-15T23:24:33.132"
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.