Skip to content

Devices in zone

GET
/users/{id}/getDevicesInZone

Authorizations

ApiKeyAuth

API Key for authentication. Retrieval from either API version login routes, or other authentication token type. See Authentication for more details.

TypeAPI Key (header: Authorization)
ExampleeyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

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
[
{
}
]

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python