Create datapoint by device ID

This API creates a datapoint for the specified property.

Body parameter Description:

  • datapoint: An object containing the following parameters:
    • value: Datapoint value (Mandatory).
    • metadata: Each datapoint may also contain a "metadata" field containing key/value pairs (Optional). Maximum 10 metadata entries per datapoint are supported.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
{
  "datapoint": {
    "value": "",
    "metadata": {
      "key1": "",
      "key2": ""
    }
  }
}
Path Params
string
required

Unique device identifier.

string
required

Device property name.

Body Params
json
required
Responses

401

Unauthorized

404

Not Found

422

Unprocessable Entity

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