Get Tag all
Fetches a list of tags, including their details and a link to access the latest tag values.
Example URL
Last Update: 1 NOV 2024
Retrieve Tag List
Method: GET
URL: {{base_url}}/tag
Response Example:
Response Details:
Object | Data Type | Description |
---|---|---|
| array | List of tag objects. |
| string | Name of the tag. |
| string | Server name where the tag originates. |
| string/null | Description of the tag. |
| string/null | Additional description, if any. |
| string | Data type of the tag (e.g., "Double"). |
| string | Source type of the tag (e.g., "Normal tag"). |
| string | Mode of the tag (e.g., "Default"). |
| string | Unit of measurement (e.g., "L"). |
| datetime | Timestamp of the tag's last recorded value. |
| string | URL link to access the latest value of the tag. |
Last updated