Task Object


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

Properties
idstringRead-onlyformat GUID

Task ID.


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


titlestringminLength 1maxLength 250

Title of the task.


descriptionstringminLength 1maxLength 500

Description of the task.


createdDatestringRead-onlyformat date-time

Date and time the task was created.


updatedDatestringRead-onlyformat date-time

Date and time the task was last updated.


dueDatestringformat date-time

Due date for the task.


statusstring
3 enum supported values:
UNKNOWN_STATUSACTION_NEEDEDCOMPLETED

Status of the task.

Default: ACTION_NEEDED


sourceobject

Details about the task source.


contactobject

Information about the contact associated with the task.

Was this helpful?
Yes
No