Taxonomy term API object
In Opigno Enterprise API, taxonomy term is represented by aTerm object with the following parameters:
Opigno Enterprise API provides two options to get a single taxonomy term data.
Get term by ID
If you know the exact ID of the term, you can callgetTaxonomyTerm query to retrieve the information about the taxonomy term.
Access policy:
- The API user context should have permission to view the taxonomy term with the given ID.
termId (required).
If the term with the given ID exists, it will be returned.
Get term by name
If you don’t know an ID of the needed term, it can be found by the name.Note: query condition is ”=” not “LIKE”. It means that it will search for
the list of terms with exactly the same name that is provided in the request.
The query will return the list of terms which name is exactly the same as provided.