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