Taxonomy client
A taxonomy contains values that you can associate with content in order to categorize items into groups. The following methods are available for taxonomies.
| Method | Description |
|---|---|
GET /api/content/v1/taxonomies | Retrieves all taxonomies, including the name and ID as well as the properties of associated taxonomy values. |
POST /api/content/v1/taxonomies | Creates a taxonomy. |
GET /api/content/v1/taxonomies/<TAXONOMY_ID> | Retrieves a specific taxonomy. |
PUT /api/content/v1/taxonomies/<TAXONOMY_ID> | Updates a specific taxonomy. |
DELETE /api/content/v1/taxonomies/<TAXONOMY_ID> | Deletes a specific taxonomy. |
The following example illustrates these methods:
If you have suggestions for improving this article, let us know!