Get tag by tagname
Fetches detailed information about a specific tag identified by its name.
https://{api_base_url}/integration/webapi/tag/B15-StatusRetrieve Tag Information
{
"data": [
{
"tagname": "string",
"description": "string or null",
"subDescription": "string or null",
"tagType": "string",
"tagSource": "string",
"tagMode": "string",
"unit": "string",
"value": "string"
}
]
}
Object
Data Type
Description
Last updated