Skip to content

Tasks Object ​



id
string
REQUIRED · 

The task's unique identifier

subject
string

The task's subject

content
string

The task's content

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

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

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

remote_data
object

Raw data returned from the remote API call.