Retrieve all tasks related to a given concept.

GET /data/concepts/{concept_id}/tasks

Responses

  • All tasks related to given concept

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