Queries the types of SQL statements used for data import in a ticket.
Operation description
You can call this operation only if the data is imported in security mode in your data import ticket.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
OrderId | long | Yes | The ticket ID. You can call the ListOrders operation to query the ticket ID. | 420**** |
Tid | long | No | The tenant ID. You can call the GetUserActiveTenant or ListUserTenants operation to query the tenant ID. | 1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "E5EE2B9E-2F95-57FA-B284-CB441CEE49D6",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError",
"SqlTypeResult": [
"INSERT"
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history