Overview
The taxonomies:taxonomy-list resource represents the list of all taxonomies of a system.
Properties
The taxonomies:taxonomy-list resource has no properties.
Link Relations
A list of links to all taxonomies. |
Description
The taxonomies:taxonomy-list resource represents the list of all taxonomies of a system.
Query parameter | Description |
---|---|
embed |
Sub resources to embed. The value is a comma-separated list with the following values:
|
Examples
Example Resource
{ "_links": { "curies": [ { "href": "https://developer.avid.com/ctms/api/taxonomies/linkrels/{rel}.html", "name": "taxonomies", "templated": true } ], "self": { "href": "https://host/…" }, "taxonomies:taxonomy": [ { "href": "https://host/…" }, { "href": "https://host/…" }, { "href": "https://host/…" }, { "href": "https://host/…" } ], "taxonomies:taxonomies": { "href": "https://host/…" } } }