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

Path Parameters

collection
string
required

The name of a collection

category
string
required

The name of a category

Response

200 - application/json

successful operation

The response is of type object.