Export results
Retrieves a file with results for the specified dataCode. If the results are not ready, the status field is returned as WAITING. Otherwise, the data field contains either the file in format or, if an error occurred, the error description.
Query Parameters
- dataCode string required
Responses
- 200
- 400
- 500
OK
- */*
- Schema
Schema
- string binary
Bad Request
- */*
- Schema
- Example (from schema)
Schema
- serviceName string
- message string
{
"serviceName": "string",
"message": "string"
}
Internal Server Error
- */*
- Schema
- Example (from schema)
Schema
- serviceName string
- message string
{
"serviceName": "string",
"message": "string"
}
Loading...