Retrieve all concept entries.

GET /data/concepts

Filters can be specified in the query string.

Responses

  • 200

    All concept entries

GET /data/concepts
curl \
 -X GET http://localhost:8080/api/data/concepts \
 -H "Authorization: $API_KEY"