Get labels

Get all labels for a concept

Path parameters

concept_idstringRequired
The unique identifier for the concept

Headers

AuthorizationstringRequired

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

Query parameters

offsetintegerOptional>=0Defaults to 0
Starting index to return
limitintegerOptional>=1Defaults to 100
Max number of items to return
labels_to_includeenumOptional
List of labels types to include, leave blank to return all
Allowed values:

Response

Paginated labels for the concept
metaobject
Metadata for the set of data returned
datalist of objects
The paginated data

Errors