Queries the download URL of export results for a data export ticket.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to obtain the tenant ID. | 3*** |
OrderId | long | Yes | The ID of the ticket. You can call the ListOrders operation to obtain the ticket ID. | 546**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"DownloadURLResult": {
"HasResult": true,
"TipMessage": "tip message",
"URL": "https://dms-idb-hangzhou.oss-cn-hangzhou.aliyuncs.com/xxx.zip"
},
"RequestId": "4BF24EA5-9013-4C85-AE68-6C23AF5E0097",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-07-11 | The request parameters of the API has changed | View Change Details |