Get Tag Relation by name
Fetches detailed information about a specific tag relation identified by its name.
https://api.icube.co.th/integration/webapi/tagrelation/bronze_relation_rawRetrieve Tag Relation Information
{
"data": {
"tagRelationName": "string",
"server": "string",
"description": "string",
"enableHyperTable": "string",
"isView": "string",
"sqlQueryScript": "string or null",
"createAt": "datetime",
"value": "string",
"tagRelationFieldMappings": [
{
"fieldName": "string",
"description": "string or null",
"isIdentity": bool
}
]
}
}
Object
Data Type
Description
Last updated