Get in touch
Get in touch

Examples

Fetching Datasets

Fetching datasets includes options for paging and sorting the results.

Copy

For full Datasets reference, see datasets.all().

Create a Concept

Creating a Concept requires the id of the target Dataset as well as the Concept itself. If the Dataset has more than one type, the new Concept must define its type.

Copy

For more information, see concepts.create().

Get a Concept

Fetching a concept requires only its id, but related properties can also be included in the results.

Copy

For more information, see concepts.get().

Search Concepts

There are a variety ways to target and refine a Concept search and to organise and enhance the results. Each of the following examples can be combined to produce more complex queries.

Copy

For full details of query parameters when searching for Concepts, see concepts.search().

Create a new candidate concept

This requires a candidate Concept object in which only the label property is required.

Copy

For more information, see candidates.create().