Get Tag Relation all
API สำหรับอ่าน Tag Relation ทั้งหมดที่อยู่ในระบบ
Example URL
Authorization
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