Taxonomy
Taxonomy concepts on entries and assets
Concept
Returns a single concept based on the given identifier.
Concept collection
Returns all the concepts that exist in a given organization.
Filters
There are following filters available on this endpoint:
Concept Scheme
Returns a single concept scheme based on the given identifier.
Concept collection schemes
Returns all the concepts schemes that exist in a given organization.
Taxonomy concepts on entries and assets
Note:
- Entry and Asset payloads come with a
metadataproperty. This metadata property has as its value aconceptslist. The concept list contains links to all the concepts that exist on the entry or asset. - You can query for entries by their concepts. The search is across content types.
Use the Get an entry endpoint.
Returns a single entry or asset with a metadata property. The metadata property holds a list of taxonomy concepts.
Querying content based on a set of concepts
The query parameter starts with metadata.concepts.sys.id with operator [all].
To retrieve entries or assets that match a set of concepts values, use the Get all entries of a Space endpoint, see example:
Returns a list of entries or assets according to one or more of the specified concept IDs.
Querying content based on one or more concepts
The query parameter starts with metadata.concepts.sys.id with operator [in].
To retrieve entries or assets that match at least one of the specified concepts values, use the Get all entries of a Space endpoint, see example:
Returns a list of entries according to the specified set of concept IDs.
Querying content based on one or more concepts and their descendants
The query parameter starts with metadata.concepts.descendants with operator [in].
To retrieve entries or assets that match at least one of the specified concepts values or their descendants, use the Get all entries of a Space endpoint, see example:
Returns a list of entries according to the specified set of concept IDs and their descendant concepts.