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_idstringRequired
ID of the space
environment_idstringRequired
ID of the environment

Query parameters

limitstringOptional

Limits the maximum number of concepts returned (per page).

pageNextstringOptional

Pagination cursor from which to return the next page of concepts. Alternatively, just call the url at pages.next in the previous response.

pagePrevstringOptional

Pagination cursor from which to return the previous page of concepts. Alternatively, just use the full url from pages.prev in the previous response.

conceptSchemestringOptional
Return only concepts belonging to the specified concept scheme
orderstringOptional

Options: sys.createdAt, sys.updatedAt, prefLabel

Response headers

Content-Typestring

Content-Type

Response

OK - Request successful