/
Reading a Datapoint
Reading a Datapoint
You can read the properties of a datapoint using the IzoT Server datapoints resource. The properties include the value, and several attributes, like the name of the datapoint, and timestamp of when it was last updated. See Getting a List of Datapoints for a description of the properties and additional examples.
Examples
Get datapoint 2:
http://[hostname]/api/datapoints/2/
Get datapoints with a value equal to on:
http://[hostname]/api/datapoints/?value=on
Get datapoints with on in any property, not just the value:
http://[hostname]/api/datapoints/?search=on
, multiple selections available,
Related content
Getting a List of Datapoints
Getting a List of Datapoints
More like this
Updating a Datapoint
Updating a Datapoint
More like this
Managing Datapoints
Managing Datapoints
More like this
Using cURL to access the IzoT Server REST API
Using cURL to access the IzoT Server REST API
More like this
Getting a List of Devices
Getting a List of Devices
More like this
Managing Datapoint Properties
Managing Datapoint Properties
More like this