v1
latestOpenAPI 3.1.02026-08-0420819698.7 KBTask Comments
This request gets all Task Comments associated with a Task.
Return data description
commentID | This is the commentID of comment. comment | The text comment that was entered by the user. timestamp | The date this comment was created. This is a unix timestamp. userID | The ID of the user that made the comment. commentEmailAddress | The email address of the external user that made this comment. This is only populated if the comment was made by an external user via the comment reply system. showExternalUsers | The comment can be seen by external users or not., default value : true commentFiles | Array of objects that have a file name and a link you can use to download that file. All links are only valid for 15 minutes, a new call will generate a new link.
Query parameters
This parameter is a cursor that selects what commentID you want to start receiving results at. e.g. passing 137 here will only get you parts with an id greater than 137.
This parameter is a result limiter. The default is set to return no more than 100 results at one time.
Response
Task Comments