Properties
idstringThe id of the task. archivedBy
stringThe uuid of the user who archived the task. archivedDate
stringThe date the task was archived in RFC3339 format. internalUserId
stringThe uuid of the internal user whom this task is assigned to, empty if task is not assigned to internal user (see clientId/companyId fields instead). clientId
stringThe uuid of the client user whom this task is assigned to, empty if task is not assigned to client user (see internalUserId/companyId fields instead). companyId
stringThe uuid of the company whom this task is assigned to, empty if task is assigned to an internal user, if clientId is not empty this company uuid is the client’s company id. completedBy
stringThe uuid of the user who completed the task. completedByUserType
stringThe type of user who completed the task. completedDate
stringThe date the task was completed in RFC3339 format. createdBy
stringThe uuid of the user who created the task. createdDate
stringThe date the task was created in RFC3339 format. creatorType
stringThe type of user who created the task. deletedBy
stringThe uuid of the user who deleted the task. deletedDate
stringThe date the task was deleted in RFC3339 format. description
stringThe description of the task in HTML format. dueDate
stringThe date the task is due in RFC3339 format. isArchived
booleanWhether or not the task has been archived. isDeleted
booleanWhether or not the task has been deleted. label
stringThe label for the task, e.g. OUT-123. name
stringThe name of the task, also known as the title. object
stringObject type [task]. parentTaskId
stringThe parent task id of the task, if task is a subtask. source
stringThe source of where the task was created from,
web (webapp) or api.
status stringThe status of the task, one of
todo, inProgress, or completed.
templateId stringThe template id this task was created from. Empty if task was not created from a template. viewers
array of objectsThe uuid of the company or client that you would like to grant viewing access to the task. Empty if there are no viewers. Currently, only one entity (either a client or a company) can be added as a viewer per task. If the task viewer is a client, you must add both the clientId and their companyId. If the task viewer is a company, you must only add the companyId (leave clientId empty). attachments
array of objectsAll of the attachments in a task.
Example Task Object