Get tagrelation by tagrelation name
Fetches detailed information about a specific tag relation identified by its name.
Last Update: 11 NOV 2024
Example URL
Note: This endpoint demonstrates querying data for a specific tag relation (bronze_relation_raw
). In this example, bronze_relation_raw
is the tag relation name being queried.
Retrieve Tagrelation 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 | 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. |
| 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