Get Tag Relation by name
Fetches detailed information about a specific tag relation identified by its name.
Example URL
Last Update: 1 NOV 2024
Retrieve Tag Relation Information
Method: GET
URL: {{base_url}}/tagrelation/{tagrelationname}
Response Example:
Response Details:
Object | Data Type | Description |
---|---|---|
| array | Contains details of the specified tag relation. |
| string | Name of the tag relation. |
| string | Server name associated with the tag relation. |
| string | Description of the tag relation. |
| string | Indicates if hyper table functionality is enabled. |
| string | Indicates if the tag relation is a view. |
| string/null | SQL script associated with the tag relation, if available. |
| datetime | Creation timestamp for the tag relation. |
| string | URL or current value of the tag relation. |
| array | List of field mappings associated with the tag relation. |
| string | Name of the field in the mapping. |
| string/null | Description of the field, if available. |
| bool | Indicates if the field is an identity field. |
Last updated