Skip to main content

Task Management Task Comments

Overview

This resource represents Task Comments - notes and updates added to Tasks. Comments can include text content and/or attachments.

Parameters

NameTypeRead/WriteDescription
accountIntegerReadAccount's ID related to Task Comment
taskUUIDReadTask's ID to which Comment belongs
created_byObjectReadPolymorphic reference to creator (User or Application)
attachmentsArrayReadArray of Attachment IDs related to Comment
idUUIDReadTask Comment's ID
contentStringReadComment's text content
created_atTimeReadComment's create time
updated_atTimeReadComment's update time
canceled_atTimeReadComment's cancellation time (null if not canceled)

List Task Comments

GET /task_management/task_comments

Get a single Task Comment

Returns a single task comment identified by ID.

GET /task_management/task_comments/:task_comment_id

Create a new Task Comment

Creates a Task Comment.

POST /task_management/task_comments
Content or Attachments Required

Either content or attachments must be provided when creating a Task Comment. You can provide both.