object
(Task)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
due_date | string |
Optional | cannot be null | JsonLead |
assigned_to | string |
Optional | cannot be null | JsonLead |
description | string |
Optional | cannot be null | JsonLead |
custom | object |
Optional | cannot be null | JsonLead |
The due date of the task
due_date
string
string
date time: the string must be a date time string, according to RFC 3339, section 5.6
The user assigned to this task
assigned_to
string
string
The task description
description
string
string
Custom fields for the task
custom
object
(Details)