Skip to main content
GET
/
taxonomy
Get full taxonomy tree
curl --request GET \
  --url https://mycluster.domino.tech/taxonomy
[
  {
    "allowMultipleAssignments": true,
    "description": "<string>",
    "id": "<string>",
    "label": "<string>",
    "tags": [
      {
        "children": "<array>",
        "description": "<string>",
        "id": "<string>",
        "label": "<string>"
      }
    ]
  }
]

Response

OK

allowMultipleAssignments
boolean
description
string
id
string
label
string
status
enum<string>
Available options:
active,
deprecated
tags
object[]