Tasks Object ​
id
string
REQUIRED ·Â
The task's unique identifier
subject
string
The task's subject
content
string
The task's content
type
object
The task's type
id
string
The type's unique identifier
name
string
The type's name
owner
object
The task's owner
id
string
The owner's unique identifier
name
string
The owner's name
account
object
The task's account
id
string
The account's unique identifier
contact
object[]
The task's contact
id
string
The contact's unique identifier
name
string
The contact's name
opportunity
object[]
The task's opportunity
id
string
The opportunity's unique identifier
name
string
The opportunity's name
lead
object[]
The task's lead
id
string
The lead's unique identifier
name
string
The lead's name
completed_at
string · date-time
The date and time of the task's completion
due_date
string · date-time
The date and time of the task's due date
status
string
The task's status
All possible enum values:
open
completed
created_at
string · date-time
The date and time of the task's creation
updated_at
string · date-time
The date and time of the task's last update
etag
string
The unique identifier for the specific version of the resource.
remote_data
object
Raw data returned from the remote API call.