Tags
A Tag represents a specific data point or signal associated with a machine or device.
GET /api/v1/tags
Query Parameters
| Parameter | Description |
|---|---|
| controllerId | The ID of the controller (optional). |
| nodeId | The node ID of a machine (optional). Will return tags on all controllers for this machine. |
Note: Either a
controllerIdor anodeIdmust be specified in the request.