Task Object


The task object represents all information available for tasks. A task is a specific action or assignment to be completed.

Properties
contactContactInfo

Information about the contact associated with the task.


createdDatestringRead-onlyformat date-time

Date and time the task was created.


descriptionstringminLength 1maxLength 500

Description of the task.


dueDatestringformat date-time

Due date for the task.


idstringRead-onlyformat GUID

Task ID.


revisionstringRead-onlyformat int64

Revision number, which increments by 1 each time the task is updated. To prevent conflicting changes, the existing revision must be used when updating a task.


sourceTaskSource

Details about the task source.


statusstring

Status of the task.

Default: ACTION_NEEDED


titlestringminLength 1maxLength 250

Title of the task.


updatedDatestringRead-onlyformat date-time

Date and time the task was last updated.

Did this help?