Export results
GET/results/export
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.
Request
Query Parameters
dataCode stringrequired
Responses
- 200
- 400
- 500
OK
- */*
- Schema
Schema
string
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...