Get tag by tagname
Fetches detailed information about a specific tag identified by its name.
Last Update: 11 NOV 2024
Example URL
Note: This endpoint demonstrates querying data for a specific tag (B15-Status
). In this example, B15-Status
is the tag name being queried.
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/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. |
| string | URL or current value of the tag. |
Last updated