Skip to main content
GET
/
collections
/
{collection}
/
taxonomy
Error
A valid request URL is required to generate request examples
[
  {
    "id": "<string>",
    "label": "<string>",
    "version": "<string>",
    "parameters": [
      {
        "key": "<string>",
        "value": "<string>"
      }
    ],
    "children": "<array>",
    "parents": [
      "<string>"
    ]
  }
]

Path Parameters

collection
string
required

The name of a collection

Response

200 - application/json

successful operation

id
string
label
string
version
string
parameters
object[]
children
array
parents
string[]