Conduit V4
Conduit V4 provides a minimal set of data, best used for applications that require values for updates where device data is already known.
SECURITY NOTE: Conduit V4 uses GET method so request data forms part of the URL. This means your security token could potentially be stored in browser history or in web server logs.
Parameters
See section for HTTP parameters.
HTTP Method
GET Request
Base URL
Example Usage – Default
Returns all data from last hour that the user has access to.
Common Example Usage – DeviceID and Channel
Returns last one hour data for Channel: 1 of Device: 21xxx42dd37b
Example Usage – Date Range
Returns all data values from date 1539792000 to 1539840604 for all devices the token has access to.
Last updated