Get Tag all
Fetches a list of tags, including their details and a link to access the latest tag values.
https://api.icube.co.th/integration/webapi/tagRetrieve Tag List
{
"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