Retrieves the current status of a map stamp creation.
GET/map/import/create/status/:reqId
Retrieves and returns the current status of the specified map stamp creation identified by reqId.
Request
Path Parameters
reqId stringrequired
Responses
- 200
- 500
- application/json
- Schema
- Example (from schema)
Schema
errorMessage stringnullable
importRequestId stringrequired
progress int32nullable
status MapCreateStatusrequired
Possible values: [Start, InProgress, Done, Cancel, Error, Pause, Pending, Expired, Archived, Draft, Discovered]
{
"errorMessage": "string",
"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...