Get Tag Relation all
Fetches a list of tag relations, including details about each relation and its properties.
Example URL
Last Update: 7 NOV 2024
Retrieve Tag Relations
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 | Server name associated with the tag relation. |
| string | Description of the tag relation. |
| datetime | Timestamp of when the tag relation was created. |
| datetime/null | Timestamp of the last update, if applicable. |
| datetime/null | Timestamp of when the tag relation was deleted, if applicable. |
| bool | Indicates if the hyper table feature is enabled. |
| bool | Indicates if the tag relation is viewable. |
Last updated