Retrieve a list of all obsoleted maps.
GET/map/inventory/obsolete
This endpoint retrieves a list of all maps (identified by the given reqId) that have been marked as obsoleted in the inventory.
Warning: This endpoint returns only maps that are both obsoleted and in a "Ready" (download done) state. Maps not fully downloaded or waiting for deletion (not ready) will not be included.
Request
Responses
- 200
- 500
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
string
[
"string"
]
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...