Get all taxonomies

GET https://{{base_url}}/v3/taxonomies

The Get all taxonomies request returns comprehensive information of all the taxonomies available in a particular stack in your organization.

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 all taxonomies API Reference document

Request Params

KeyDatatypeRequiredDescription
include_terms_countbooleanSet this parameter to 'true' to include in response the total count of terms available in a taxonomy.
include_referenced_terms_countbooleanSet this parameter to 'true' to include in response the total count of terms referenced in entry(ies).
include_referenced_entries_countbooleanSet this parameter to 'true' to include in response the total count of entries in which terms are added.
include_countbooleanSet this parameter to 'true' to include in response the total count of taxonomies available in a stack.
deletedbooleanSet this parameter to 'true' to retrieve only deleted taxonomies within a stack.
ascstringSort the response in ascending order.
descstringSort the response in descending order.
querystringProvide a custom query for the taxonomy_uid in string format.
typeaheadstringRetrieves responses that match the provided string.
limitnumberEnter the maximum number of taxonomies to be returned.
skipnumberEnter the number of taxonomies to be skipped from the response body.

HEADERS

KeyDatatypeRequiredDescription
api_keystringEnter the API key of the stack.
authtokenstringEnter your authtoken.
authorizationstringFor this call we recommend you to use management token.
Content-Typestring