Get Installed Device Content
GET/api/v1/device/info/installed/:deviceId
This service message allows receiving information about the installations carried out on the device using GetApp services. This message is sent by the device during the initialization phase to check compatibility between the existing installations on this device.
Request
Path Parameters
deviceId stringrequired
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Array [
]
maps
object[]
required
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
components
object[]
required
catalogId string
name string
versionNumber string
releaseNotes string
virtualSize number
category string
baseVersion string
prevVersion string
latest boolean
uploadDate date-time
subComponents undefined[]
{
"maps": [
{
"catalogId": "string",
"name": "string",
"createDate": "2026-01-01T11:09:06.660Z",
"exportEndDate": "2026-01-01T11:09:06.660Z",
"boundingBox": "string",
"footprint": "string",
"size": 0,
"area": 0,
"status": "Draft",
"fileName": "string",
"packageUrl": "string",
"imagingStart": "2026-01-01T11:09:06.660Z",
"imagingEnd": "2026-01-01T11:09:06.660Z",
"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.660Z",
"imagingTimeEndUTC": "2026-01-01T11:09:06.660Z",
"maxResolutionDeg": 0,
"footprint": "string",
"region": "string",
"ingestionDate": "2026-01-01T11:09:06.660Z"
}
}
],
"components": [
{
"catalogId": "string",
"name": "string",
"versionNumber": "string",
"releaseNotes": "string",
"virtualSize": 0,
"category": "string",
"baseVersion": "string",
"prevVersion": "string",
"latest": true,
"uploadDate": "2026-01-01T11:09:06.660Z",
"subComponents": [
null
]
}
]
}
Loading...