Get Map Configurations
GET/api/v1/map/configs/:deviceId
deprecated
This service message returns an object of map configurations.
Request
Path Parameters
deviceId stringrequired
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
deliveryTimeoutMins number
MaxMapAreaSqKm number
maxMapSizeInMB number
maxParallelDownloads number
downloadRetryTime number
downloadTimeoutMins number
periodicInventoryIntervalMins number
periodicConfIntervalMins number
periodicMatomoIntervalMins number
minAvailableSpaceMB number
mapMinInclusionInPercentages number
matomoUrl string
matomoDimensionId string
matomoSiteId string
sdStoragePath string
flashStoragePath string
targetStoragePolicy string
Possible values: [SDOnly, FlashThenSD, SDThenFlash, FlashOnly]
Default value: SDOnly
sdInventoryMaxSizeMB number
flashInventoryMaxSizeMB number
lastCheckingMapUpdatesDate date-time
lastConfigUpdateDate date-time
ortophotoMapPath string
controlMapPath string
{
"deliveryTimeoutMins": 0,
"MaxMapAreaSqKm": 0,
"maxMapSizeInMB": 0,
"maxParallelDownloads": 0,
"downloadRetryTime": 0,
"downloadTimeoutMins": 0,
"periodicInventoryIntervalMins": 0,
"periodicConfIntervalMins": 0,
"periodicMatomoIntervalMins": 0,
"minAvailableSpaceMB": 0,
"mapMinInclusionInPercentages": 0,
"matomoUrl": "string",
"matomoDimensionId": "string",
"matomoSiteId": "string",
"sdStoragePath": "string",
"flashStoragePath": "string",
"targetStoragePolicy": "SDOnly",
"sdInventoryMaxSizeMB": 0,
"flashInventoryMaxSizeMB": 0,
"lastCheckingMapUpdatesDate": "2026-01-01T11:09:06.618Z",
"lastConfigUpdateDate": "2026-01-01T11:09:06.618Z",
"ortophotoMapPath": "string",
"controlMapPath": "string"
}
Loading...