Skip to content

Devices in zone

GET
/users/id/getDevicesInZone

Authorizations

ApiKeyAuth
TypeAPI Key (header: Authorization)

Parameters

Path Parameters

id*

user id

Typestring
Required
formatJSON

Query Parameters

zoneId

ID of geofence to search. zoneId or zoneType required.

Typestring
formatJSON
zoneType

Type of zones to search. Ignored if zoneId is specified. zoneId or zoneType required.

Typestring
formatJSON
includeApprox

Include GSM / poor accuracy locations. Default to false.

Typestring
formatJSON

Responses

Request was successful
application/json
JSON
[
{
}
]

Samples