Retrieve a taxonomy group
GET https://deliver.kontent.ai/:environment_id/taxonomies/:taxonomy_group_codename
Retrieve a taxonomy group by its codename.
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
X-KC-Wait-For-Loading-New-Content | string | Determines whether the API waits while fetching latest content. By default, the header is not set and the API serves stale content (if cached by the CDN) while fetching the new content to minimize wait time. |
The header can be useful if you know that the requested content had changed since your last request in a reaction to a webhook notification. |
| Accept | string | | |
RESPONSES
status: OK
{"system":{"id":"f30c7f72-e9ab-8832-2a57-62944a038809","name":"Programming language","codename":"programming_language","last_modified":"2019-08-31T09:41:06.520241Z"},"terms":[{"name":"C#","codename":"c_"},{"name":"JavaScript","codename":"javascript"}]}