Get comment corresponding at given ID.
Path parameters
-
task_id
Required -
comment_id
Required
GET
/data/tasks/{task_id}/comments/{comment_id}
curl \
--request GET 'http://api.example.com/data/tasks/{task_id}/comments/{comment_id}' \
--header "Authorization: $API_KEY"