Declaration
ok, pages = ListVersionsData(string key, boolean isAsce, int pageSize, double minDate, double maxDate)
Parameters
Parameter Name | Type | Description |
---|---|---|
key | string | Key of the version information to be retrieved. |
isAsce | bool | Specifies whether the data is sorted in ascending order. The value true indicates that the data is sorted in ascending order, while the value false indicates the opposite. |
pageSize | int | Number of data entries on a single page. |
minDate | DateTime | Time when the earliest version is created. |
maxDate | DateTime | Time when the latest version is created. |
Return Values
Response Name | Type | Description |
---|---|---|
ok | int | If the value is 0, the operation is successful. The subsequent fields are the obtained value and detailed information. |
pages | string or ParaDataPages | If the operation is successful, the obtained page object is returned. Otherwise, an error message is returned. |
Description
Gets all version information of a specified key within a specified time period.