Get user geofences
GET
/users/id/geofences
Authorizations
ApiKeyAuth
TypeAPI Key (header: Authorization)
Parameters
Path Parameters
id*
user id
Typestring
Requiredformat
JSON
Query Parameters
filter
JSON Filter object
Typestring
format
JSON
Responses
Request was successful
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
}
]
GET
/users/id/geofences