Get concepts
Returns all taxonomy concepts for an organization, with cursor-based pagination. Filter by sys.id[in], conceptScheme, order, limit, query, pageNext, and pagePrev query parameters.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Query parameters
Return only the concepts matching the given comma-separated list of concept IDs
Limits the maximum number of concepts returned (per page).
Pagination cursor from which to return the next page of concepts. Alternatively, just call the url at pages.next in the previous response.
Pagination cursor from which to return the previous page of concepts. Alternatively, just use the full url from pages.prev in the previous response.
Filter results using a full-text search query, looking at prefLabel, altLabels, hiddenLabels and notations fields
Response headers
Content-Type
Response
OK - Request successful