Overview
The taxonomies:taxonomies resource is the entry point for taxonomy-related functions of a system.
Properties
The taxonomies:taxonomies resource has no properties.
Link Relations
Get a list of all taxonomies. |
|
Get a taxonomy identified by its id. |
|
Get an entry of a taxonomy. |
Description
The taxonomies:taxonomies resource is the entry point for taxonomy-related functions of a system. You can query the taxonomies:taxonomies resource by getting the service root info (see Service Root Info) and following the taxonomies:taxonomies link.
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": "http://services.avid.com/apis/taxonomies/{rel}",
"name": "taxonomies",
"templated": true
}
],
"self": {
"href": "https://host/…"
},
"taxonomies:taxonomy-list": {
"href": "https://host/…"
},
"taxonomies:taxonomy-by-taxonomyid": {
"href": "https://host/…",
"templated": true
},
"taxonomies:entry-by-taxonomyid-and-entryid": {
"href": "https://host/…",
"templated": true
}
}
}