Comments
Get Comments
Scopes: Default, wsReadOnly, wsReadWrite
GET
/comments
GET
/folders/{folderId}/comments
GET
/tasks/{taskId}/comments
GET
/comments/{commentId},{commentId},... - up to 100 IDs
Create Comment
Scopes: Default, wsReadWrite
POST
/folders/{folderId}/comments
POST
/tasks/{taskId}/comments
Update Comment
Scopes: Default, wsReadWrite
PUT
/comments/{commentId}
Delete Comment
Scopes: Default, wsReadWrite
DELETE
/comments/{commentId}