List Tasks ​
Endpoint ​
http
GET /unified/crm/tasks
Integrations supported
- Capsule
- Close
- Copper
- HubSpot
- Outreach
- Pipedrive
- Salesforce
- Zoho CRM
Query parameters ​
integrated_account_id
string · uuid
REQUIRED · The ID of the integrated account to use for the request.
Example:
62f44730-dd91-461e-bd6a-aedd9e0ad79d
account_id
string
The account's unique identifier
Supported in
- Close
status
string
The task's status
All possible enum values:
closed
open
Supported in
- Close
owner_id
string
The task's owner
Supported in
- Close
contact_id
string
The contact's unique identifier
Required in
- Outreach
Supported in
- HubSpot
- Salesforce
Response Body ​
result
object[]
List of Tasks
id
string
REQUIRED · The task's unique identifier
Supported in
- Capsule
- Close
- Copper
- HubSpot
- Outreach
- Pipedrive
- Salesforce
- Zoho CRM
subject
string
The task's subject
Supported in
- Capsule
- Close
- Copper
- HubSpot
- Pipedrive
- Salesforce
- Zoho CRM
content
string
The task's content
Supported in
- Capsule
- Close
- Copper
- HubSpot
- Outreach
- Pipedrive
- Zoho CRM
owner
string
The task's owner
Supported in
- Capsule
- Close
- Copper
- HubSpot
- Outreach
- Pipedrive
- Salesforce
- Zoho CRM
account
string
The task's account
Supported in
- Capsule
- Close
- Copper
- HubSpot
- Outreach
- Pipedrive
- Salesforce
contact
string[]
The task's contact
Supported in
- Capsule
- Copper
- HubSpot
- Zoho CRM
opportunity
string[]
The task's opportunity
Supported in
- Capsule
- HubSpot
completed_at
string · date-time
The date and time of the task's completion
Supported in
- Capsule
- Copper
- HubSpot
- Outreach
- Pipedrive
- Salesforce
- Zoho CRM
due_date
string · date-time
The date and time of the task's due date
Supported in
- Capsule
- Close
- Copper
- HubSpot
- Outreach
- Pipedrive
- Salesforce
- Zoho CRM
status
string
The task's status
Supported in
- Capsule
- Close
- Copper
- HubSpot
- Outreach
- Pipedrive
- Salesforce
- Zoho CRM
created_at
string · date-time
The date and time of the task's creation
Supported in
- Capsule
- Close
- Copper
- HubSpot
- Outreach
- Pipedrive
- Salesforce
- Zoho CRM
updated_at
string · date-time
The date and time of the task's last update
Supported in
- Capsule
- Close
- Copper
- HubSpot
- Outreach
- Pipedrive
- Salesforce
- Zoho CRM
remote_data
object
Raw data returned from the remote API call.
next_cursor
string
The cursor to use for the next page of results. Pass this value as `next_cursor` in the query parameter in the next request to get the next page of results.