Get Taxonomy by ID

View as Markdown
Retrieves a specific taxonomy node and its details by taxonomy ID.

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token or OAuth2

Path parameters

idstringRequiredformat: "int32"

Response

Success
childrenlist of objects or null
Child taxonomy nodes that belong to this category
idinteger or null
Unique identifier for the taxonomy node
namestring or null
Display name of the taxonomy category
parentobject or null
Parent taxonomy node in the category hierarchy
pathstring or null

Full hierarchical path of the taxonomy (e.g., ‘Electronics > Computers > Laptops’)

Errors