Get tagrelations
Fetches a list of tagrelations, including details about each relation and its properties.
https://{api_base_url}/integration/webapi/tagrelationRetrieve Tagrelations
{
"result": [
{
"tagRelationName": "string",
"description": "string",
"enableHyperTable": bool,
"isView": bool
}
]
}
Object
Data Type
Description
Last updated