Get comments
Get all comments on a task.
GET
/ v1 / comments
Authorization
Query parameters
- cursorstring
Use if a previous request returned a cursor. Will page through results.
-
The task for which all comments should be returned.
Response
200 - application/json - object
-
Contains the nextCursor, if one exists, along with the pageSize.
- nextCursorstring
Make the same query with the new cursor to get more results.
- pageSizenumber
The number of results in this response.
-
-
The list of comments on a given task.
-
The ID of the comment.
-
The ID of the task.
-
The HTML content of the comment.
-
When this comment was created.
-
The user who created the comment.
-