Lists all versions of a specified RecallManagementTable.
Operation description
Usage
To retrieve the version history of a specific RecallManagementTable, provide the
RecallManagementTableIdandInstanceId.Use the
SortByparameter to sort the results by creation time or update time. By default, the results are sorted by creation time in ascending order.The
PageNumberandPageSizeparameters enable pagination, which allows you to control the number of items to return and the page to display.If the
Orderparameter is not specified, the results are sorted in ascending order by default.
Try it now
Test
RAM authorization
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 |
| Order |
string |
No |
The sort order. Valid values: |
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 |
| 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.