get sensor readings

Retrieve readings for a single sensor within a specified time range. The maximum number of readings that will be
returned for a single request is 5000. If the requested time range results in more readings than 5000
a links.next property is returned in the response body with the path that should be used to get the
next page of readings.

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

The MAC Addresss of the sensor.

Query Params
int64

The end time for readings to retrieve, inclusive.
A UNIX timestamp, seconds from 1970-01-01T00:00:00Z.

If omitted, the end-time is set to NOW.

int64
Defaults to 0

The start time for readings to retrieve, inclusive.
A UNIX timestamp, seconds from 1970-01-01T00:00:00Z.

If omitted, the start-time is set to 0, meaning 1970-01-01T00:00:00Z.

Responses

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