Get tagrelations
Fetches a list of tagrelations, including details about each relation and its properties.
Last Update: 11 NOV 2024
Example URL
Retrieve Tagrelations
Method: GET
URL: {{base_url}}/tagrelation
Response Example:
Response Details:
Object
Data Type
Description
result
array
List of tag relation objects.
tagRelationName
string
Name of the tag relation.
description
string
Description of the tag relation.
enableHyperTable
bool
Indicates if the hyper table feature is enabled.
isView
bool
Indicates if the tag relation is viewable.
Last updated