Skip to main content

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

Schema

    maps

    object[]

    required

  • Array [

  • 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

  • Array [

  • catalogId string
    name string
    versionNumber string
    releaseNotes string
    virtualSize number
    category string
    baseVersion string
    prevVersion string
    latest boolean
    uploadDate date-time
    subComponents undefined[]
  • ]

Loading...