Resource taxonomies:taxonomy-list

Overview

The taxonomies:taxonomy-list resource represents the list of all taxonomies of a system.

Properties

The taxonomies:taxonomy-list resource has no properties.

taxonomies:taxonomy (multi-link)

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": "http://services.avid.com/apis/taxonomies/{rel}",
        "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/…​"
    }
  }
}