GET Task Comments
This REST request returns either a specific comment or all the comments in a task instance, including associated attachments. The underlying built-in service is pub.task.taskclient:getTaskComments.
To return a specific comment, the HTTP request is formed as follows:
GET /rest/pub/opentask/taskID/comments/commentID
To return all comments, the HTTP request is formed as follows:
GET /rest/pub/opentask/taskID/comments
Input Parameters
|
Output Parameters
|