Get a single taxonomy
GET https://{{base_url}}/v3/taxonomies/{{taxonomy_uid}}
The Get a single taxonomy request returns comprehensive information of a specific taxonomy available in a particular stack.
To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken.Â
Read more about it in Authentication.
For more information, refer to the Get a single taxonomy API Reference document
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
include_terms_count | boolean | Set this parameter to 'true' to include in response the total count of terms available in a taxonomy. | |
include_referenced_terms_count | boolean | Set this parameter to 'true' to include in response the total count of terms referenced in entry(ies). | |
include_referenced_entries_count | boolean | Set this parameter to 'true' to include in response the total count of entries in which terms are added. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
api_key | string | Enter the API key of the stack. | |
authtoken | string | Enter your authtoken. | |
authorization | string | For this call we recommend you to use management token. | |
Content-Type | string |