Get Device Maps
GET/api/v1/device/:deviceId/maps
This service message allows retrieval of all registered maps on the given device.
Request
Path Parameters
deviceId stringrequired
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id stringrequired
lastUpdatedDate date-time
lastConnectionDate date-time
name string
OS string
availableStorage string
power number
bandwidth number
operativeState boolean
groupName string
groupId number
uid number
formations string[]
platformName string
deviceTypeName string
devices string[]
deviceParentId string
deviceParentName string
deviceParentUid number
maps
object[]
required
map
object
catalogId string
name string
createDate date-time
exportEndDate date-time
boundingBox string
footprint string
size number
area number
status string
Possible values: [Draft, Pending, Start, InProgress, Pause, Cancel, Error, Done, Discovered, Expired, Archived]
fileName string
packageUrl string
imagingStart date-time
imagingEnd date-time
isUpdate boolean
product
object
id stringrequired
Unique identifier for the product (at polygon part method, it the specific polygon part id)
productId stringrequired
Unique identifier for the product
catalogId string
Unique identifier for the product (not the specific polygon part id)
countries string
cities string
resolutionMeter number
productName string
productVersion number
productType string
imagingTimeBeginUTC date-time
imagingTimeEndUTC date-time
maxResolutionDeg number
footprint stringrequired
region string
ingestionDate date-time
state string
Possible values: [offering, push, import, delivery, deleted, installed, uninstalled]
error string
downloadDate date-time
deployDate date-time
{
"id": "string",
"lastUpdatedDate": "2026-01-01T11:09:06.663Z",
"lastConnectionDate": "2026-01-01T11:09:06.664Z",
"name": "string",
"OS": "string",
"availableStorage": "string",
"power": 0,
"bandwidth": 0,
"operativeState": true,
"groupName": "string",
"groupId": 0,
"uid": 0,
"formations": [
"string"
],
"platformName": "string",
"deviceTypeName": "string",
"devices": [
"string"
],
"deviceParentId": "string",
"deviceParentName": "string",
"deviceParentUid": 0,
"maps": [
{
"map": {
"catalogId": "string",
"name": "string",
"createDate": "2026-01-01T11:09:06.664Z",
"exportEndDate": "2026-01-01T11:09:06.664Z",
"boundingBox": "string",
"footprint": "string",
"size": 0,
"area": 0,
"status": "Draft",
"fileName": "string",
"packageUrl": "string",
"imagingStart": "2026-01-01T11:09:06.664Z",
"imagingEnd": "2026-01-01T11:09:06.664Z",
"isUpdate": true,
"product": {
"id": "string",
"productId": "string",
"catalogId": "string",
"countries": "string",
"cities": "string",
"resolutionMeter": 0,
"productName": "string",
"productVersion": 0,
"productType": "string",
"imagingTimeBeginUTC": "2026-01-01T11:09:06.664Z",
"imagingTimeEndUTC": "2026-01-01T11:09:06.664Z",
"maxResolutionDeg": 0,
"footprint": "string",
"region": "string",
"ingestionDate": "2026-01-01T11:09:06.664Z"
}
},
"state": "offering",
"error": "string",
"downloadDate": "2026-01-01T11:09:06.664Z",
"deployDate": "2026-01-01T11:09:06.664Z"
}
]
}
Loading...