Skip to main content

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

Schema

    errorMessage stringnullable
    importRequestId stringrequired
    progress int32nullable
    status MapCreateStatusrequired

    Possible values: [Start, InProgress, Done, Cancel, Error, Pause, Pending, Expired, Archived, Draft, Discovered]

Loading...