Retrieve all concept entries.

GET /data/concepts

Filters can be specified in the query string.

Query parameters

  • project_id
  • parent_id

Responses

  • 200

    All concept entries

GET /data/concepts
curl \
 --request GET 'http://api.example.com/data/concepts' \
 --header "Authorization: $API_KEY"