Taxonomies
Database → Taxonomies endpoints.
A taxonomy is a hierarchical set of terms (categories, tags) you can attach to records.
Endpoint
Method
GET taxonomies/tree
GET taxonomies/{taxonomyName}/terms/tree
GET taxonomies/{taxonomyName}/terms
GET taxonomies/{taxonomyName}/terms/{parentId}/children
DELETE taxonomies/{Id}
DELETE taxonomies/{TaxonomyId}/terms/{Id}
DELETE taxonomies/{TaxonomyId}/terms/many
GET taxonomies
GET taxonomies/{id}
GET taxonomies/{TaxonomyId}/terms/{Id}
GET taxonomies/{TaxonomyName}/terms/tree
GET taxonomies/tree
POST taxonomies
POST taxonomies/{TaxonomyId}/terms
PUT taxonomies/{TaxonomyId}/terms/{Id}
Last updated