Executes 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. Note
: To view the ID of the tenant, log on to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see Manage DMS tenants.
| -1 |
OrderId | long | Yes | The ID of the ticket. | 1234 |
ActionDetail | object | Yes | The parameters that are required to perform the operation:
| { "fileType": "CSV", "encoding": "" } |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "FE8EE2F1-4880-46BC-A704-5CF63EAF9A04",
"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 |