Get comment corresponding at given ID.

GET /data/tasks/{task_id}/comments/{comment_id}

Path parameters

Responses

  • 200

    Comment corresponding at given ID

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