Skip to content

Get safe-zone for device

GET
/devices/id/getSafeZone

Authorizations

ApiKeyAuth
TypeAPI Key (header: Authorization)

Parameters

Path Parameters

id*

device id

Typenumber
Required
formatinteger

Responses

Body (JSON)
application/json
JSON
{
"outline": [
{
}
],
"center": {
"lat": 0,
"lng": 0
},
"radius": 0,
"type": "string",
"name": "string",
"wasInside": false,
"lastChecked": "string",
"modified": false,
"meta": {
},
"foreignId": "string",
"id": 0,
"deviceId": 0,
"configId": 0,
"userId": 0
}

Samples