Retrieve Sensor data from Cloud

Use this API to retrieve Sensor data from the Cloud. The Device only records GPS data by default. To retrieve other data, enable Cloud recording for them. Note: Parent Tenant API key can get access to any endpoint within any child tenants. This API also allows to access reset endpoints.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required

Endpoint ID of the Device

string
required

Sensor type (GYROMETER, GEO_LOCATION, ACCELEROMETER, PRESSURE, TEMPERATURE, HUMIDITY, GPS_MINOR)

Query Params
int64

The start timestamp in UNIX timestamp (milliseconds). It will be 1 hour before the end timestamp when unspecified.

int64

The end timestamp in UNIX timestamp (milliseconds). It will be the current time when unspecified.

string

Use continuationToken for pagination. Pass empty for first page and token from the previous response for the next page.

int32
Defaults to 1000

Specifies the number of items per page in the API response, capped at 1000.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain