GET
/
collections
/
{collection}
/
taxonomy
[
  {
    "id": "<string>",
    "label": "<string>",
    "version": "<string>",
    "parameters": [
      {
        "key": "<string>",
        "value": "<string>"
      }
    ],
    "children": [
      {}
    ],
    "parents": [
      "<string>"
    ]
  }
]

Path Parameters

collection
string
required

The name of a collection

Response

200 - application/json

successful operation

The response is of type object[].