Retrieves the current status of a map stamp download.
GET/map/import/delivery/status/:reqId
Retrieves and returns the current status of the specified map stamp download.
Request
Path Parameters
reqId stringrequired
Responses
- 200
- 500
- application/json
- Schema
- Example (from schema)
Schema
errorMessage stringnullable
estimationTimeToDownload int64nullable
importRequestId stringrequired
progress float
status DeliveryStatusEnumrequired
Possible values: [Start, InProgress, Done, Pause, Cancel, Error]
{
"errorMessage": "string",
"estimationTimeToDownload": 0,
"importRequestId": "string",
"progress": 0,
"status": "Start"
}
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...