Get all concepts
Returns all taxonomy concepts for the organization, with cursor-based pagination. Filter by conceptScheme, order, limit, pageNext, and pagePrev query parameters.
Path parameters
space_id
ID of the space
environment_id
ID of the environment
Query parameters
limit
Limits the maximum number of concepts returned (per page).
pageNext
Pagination cursor from which to return the next page of concepts. Alternatively, just call the url at pages.next in the previous response.
pagePrev
Pagination cursor from which to return the previous page of concepts. Alternatively, just use the full url from pages.prev in the previous response.
conceptScheme
Return only concepts belonging to the specified concept scheme
order
Options: sys.createdAt, sys.updatedAt, prefLabel
Response headers
Content-Type
Content-Type
Response
OK - Request successful