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 |
---|---|---|
| array | List of tag relation objects. |
| string | Name of the tag relation. |
| string | Description of the tag relation. |
| bool | Indicates if the hyper table feature is enabled. |
| bool | Indicates if the tag relation is viewable. |
Last updated