post https://api.connio.cloud/v3/data/devices//properties/
You can write single or multiple data point(s) into single property using Data Feed format.
If you are writing using a device key you can substitute {ref} with _this_
. See Data Feed format for details.
Api Key Authorization
Required Fields | Values |
---|---|
Context type | Device or App |
Scopes | device:write-data |
Tip
Note that there is no need to specify the data source (i.e. device) since it will be inferred by the system through the device key conveyed in the basic authentication header. That's why
_this_
is totally fine instead of device id.Replace this with the actual device id, or name to identify your destination object if you are using an user or api client key.