Get Tag detail
API สำหรับอ่านรายละเอียด Tag
Example URL
https://api.icube.co.th/integration/webapi/ICUBE-THA-DEMO-PDT-51-999-EEIT001
Authorization
Bearer {Token}
Responses
{
    "data": [
        {
            "tagname": "ICUBE-THA-DEMO-BSS-51-999-EEIT001",
            "description": "Environments Incident Target",
            "subDescription": null,
            "tagType": "Integer",
            "tagSource": "Normal tag",
            "tagMode": "Default",
            "unit": "Case",
            "value": "http://api.icube.co.th/integration/webapi/tag/ICUBE-THA-DEMO-BSS-51-999-EEIT001/value"
        }
    ]
}Last updated