Get Tag Relation all

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

Example URL

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

Authorization

Bearer {Token}

Responses

{
    "result": [
        {
            "tagGroupname": "Test",
            "description": "test",
            "enableHyperTable": false,
            "isView": false
        },
        {
            "tagGroupname": "Tag_sritrang",
            "description": null,
            "enableHyperTable": false,
            "isView": false
        },
        {
            "tagGroupname": "Table Sritrang",
            "description": "บันทึกการสุ่มเช็คจุด Wet Line",
            "enableHyperTable": false,
            "isView": true
        }
    ]
}

Last updated