Get Tag Relation all
Fetches a list of tag relations, including details about each relation and its properties.
https://api.icube.co.th/integration/webapi/tagrelationRetrieve Tag Relations
{
"result": [
{
"tagRelationName": "string",
"server": "string",
"description": "string",
"createAt": "datetime",
"updateAt": "datetime or null",
"deleteAt": "datetime or null",
"enableHyperTable": bool,
"isView": bool
}
]
}
Object
Data Type
Description
Last updated