Return comments linked to given task.

GET /data/tasks/{task_id}/comments

Path parameters

Responses

  • 200

    Comments linked to given task

GET /data/tasks/{task_id}/comments
curl \
 -X GET http://localhost:8080/api/data/tasks/{task_id}/comments \
 -H "Authorization: $API_KEY"