Retrieve all task types related to a given concept.

GET /data/concepts/{concept_id}/task-types

Path parameters

Responses

  • 200

    All task types related to given concept

GET /data/concepts/{concept_id}/task-types
curl \
 -X GET http://localhost:8080/api/data/concepts/{concept_id}/task-types \
 -H "Authorization: $API_KEY"