Get Template Datastreams

Get Template Datastreams

GET https://{server_address}/api/v1/organization/template/datastreams

Query Parameters

Name
Type
Description

templateId*

1

Organization template identifier. Should be a valid integer.

Headers

Name
Type
Description

Authorization*

Bearer {access_token}

[
   {
      "id": 1,
      "label": "DS 1",
      "alias": "DS 1",
      "units": "Celsius",
      "type": "INT",
      "defaultValue": 5,
      "pin": 1,
      "pinType": "VIRTUAL"
   }
]

Request examples:

Last updated

Was this helpful?