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