Retrieve Task Comments

get

/tasks/{id}/comments

Retrieves task comments.

Request

There are no request parameters for this operation.

Response

Supported Media Types

200 Response

Comments retrieved
Body ()
Root Schema : schema
Example Response (application/json)
{
    "comments":{
        "comment":{
            "commentStr":"This is my first comment",
            "updatedBy":"jstein"
        }
    }
}