v1
latestOpenAPI 3.1.02026-07-242892032.8 MBTaxonomies
List taxonomy concepts
Returns a list of all taxonomy concepts sorted by display id.
get/taxonomies/{taxonomy}/versions/{version}/concepts
Query parameters
fieldsstring
Example:id,name,type,infoUrl
A comma-separated list of items to include. See /versions/{version} for available keys that could be included. By default id, name, type, and infoUrl are included.
filterstring
Comma separated list of field filters. The concepts listed in the response are limited to those that match each specified filter.
limitinteger
Example:10
Limit the number of skills returned in the response.
qstring
A query string to search for. By default, id and name fields are searched unless the search is limited to a single field by prepending the search term with the field name (e.g., "q=id:term" or "q=name:term").
afterinteger
A display ID identifying a concept after which the response will start.
localestring
The desired localization for taxonomy data.
Response
OK