Retrieve Task Comments
get
/tasks/{id}/comments
Retrieves task comments.
Request
There are no request parameters for this operation.
Response
Supported Media Types
- application/json
200 Response
Comments retrieved
Body
Object:
Root Schema : /paths/~1tasks~1{id}~1comments/get/responses/200/schema
Example application/json
{
"comments":{
"comment":{
"commentStr":"This is my first comment",
"updatedBy":"jstein"
}
}
}