Previous Next

Retrieve Task Comments

get
/tasks/{id}/comments
Retrieves task comments.

There are no request parameters for this operation.

The following tables summarize the server response.

Supported Media Types
  • application/json

200 Response

Comments retrieved
Body
Example application/json

{
    "comments":{
        "comment":{
            "commentStr":"This is my first comment",
            "updatedBy":"jstein"
        }
    }
}