Get descendants of a concept

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

concept_idstringRequired
The ID of the concept.
organization_idstringRequired
The ID of the organization.

Query parameters

depthintegerOptional

Number of levels to traverse downwards to retrieve descendants. Default=1 (i.e. direct children only)

limitintegerOptional

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.

orderenumOptional
Options for ordering the results
querystringOptional

Filter results using a full-text search query, looking at prefLabel, altLabels, hiddenLabels and notations fields

Response headers

Content-Typestring

Content-Type

Response

OK - Request successful