Get Tag all

API สำหรับอ่าน Tag ทั้งหมดที่อยู่ในระบบ

Example URL

https://api.icube.co.th/integration/webapi/tag

Method

GET

Authorization

Bearer {Token}

Responses

{
    "data": [
        {
            "tagname": "ICUBE-THA-DEMO-PDT-51-999-EEIT001",
            "description": "Environments Incident Target",
            "subDescription": null,
            "tagType": "Integer",
            "tagSource": "Normal tag",
            "tagMode": "Default",
            "unit": "Case",
            "value": "https://api.icube.co.th/integration/webapi/tag/ICUBE-THA-DEMO-PDT-51-999-EEIT001/value"
        },
        {
            "tagname": "ICUBE-THA-DEMO-PDT-51-999-EEIA001",
            "description": "Environments Incident Actual",
            "subDescription": null,
            "tagType": "Integer",
            "tagSource": "Normal tag",
            "tagMode": "Default",
            "unit": "Case",
            "value": "https://api.icube.co.th/integration/webapi/tag/ICUBE-THA-DEMO-PDT-51-999-EEIA001/value"
        }
    ]
}

Last updated