Export Data - Step 2 - Poll Request
This operation polls for the submitted request to complete. Wait for the status to finish to proceed to step 3.
Path Parameters
- datasourceHandlerId string required
Query Parameters
- token string required
Header Parameters
- Accept string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorCode integer
customMap object
name stringvalue string
{
"errorCode": 0,
"customMap": {
"name": "string",
"value": "string"
}
}
{
"errorCode": 0,
"customMap": {
"name": "statusObject",
"value": "{\"httpCode\":200,\"errorCode\":0,\"errorMsg\":null,\"response\":{\"removed\":\"false\",\"status\":\"running\"}}"
}
}
Loading...