Get Tag by name
Fetches detailed information about a specific tag identified by its name.
Example URL
Last Update: 1 NOV 2024
Retrieve Tag Information
Method: GET
URL: {{base_url}}/tag/{tagname}
Response Example:
Response Details:
Object | Data Type | Description |
---|---|---|
| array | List of tag objects, containing details of the specified tag. |
| string | Name of the tag. |
| string | Server name associated with the tag. |
| string/null | Description of the tag. |
| string/null | Sub-description of the tag, if available. |
| string | Data type of the tag (e.g., Integer, Double). |
| string | Source of the tag data (e.g., Normal tag). |
| string | Mode of the tag (e.g., Default). |
| string | Unit of measurement for the tag, if applicable. |
| datetime | Last updated timestamp for the tag. |
| string | URL or current value of the tag. |
Last updated