v1

latestOpenAPI 3.1.02026-08-0420819698.7 KB
Routes
Tasks
Comments

Task 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.

get/v2/tasks/{taskID}/comments

Query parameters

cursorinteger

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.

limitinteger

This parameter is a result limiter. The default is set to return no more than 100 results at one time.

Response

Task Comments

commentIDinteger
commentstring style
timestampinteger
userIDinteger
{"stackTrail":"paths:/v2/tasks/{taskID}/comments:get:responses:200:content:application/json:schema:items:properties:commentEmailAddress","oasType":"schema","type":"unknown"}
showExternalUsersboolean