Metadata taxonomies
Get metadata taxonomy by taxonomy key
Used to retrieve a metadata taxonomy by taxonomy key.
get/metadata_taxonomies/{namespace}/{taxonomy_key}
Path parameters
namespacestring required
The namespace of the metadata taxonomy.
taxonomy_keystring required
The key of the metadata taxonomy.
Response
Returns the metadata taxonomy identified by the taxonomy key.
Example response
{
"id": "822227e0-47a5-921b-88a8-494760b2e6d2",
"key": "geography",
"displayName": "Geography",
"namespace": "enterprise_123456",
"levels": [
{
"displayName": "Continent",
"description": "Continent",
"level": 1
}
]
}