tasks list
GET {{baseUrl}}/tasks
Returns a list of Task
objects.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cursor | string | The pagination cursor value. | |
expand | string | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | |
include_deleted_data | boolean | Whether to include data that was deleted in the third-party service. | |
include_remote_data | boolean | Whether to include the original data Merge fetched from the third-party to produce these models. | |
page_size | number | Number of results to return per page. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Account-Token | string | (Required) Token identifying the end user. | |
Accept | string |
RESPONSES
status: OK
{"next":"cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw","previous":"cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ","results":[{"id":"urn:uuid:5a16ad8a-fe20-8fad-1b7b-088f7cf3895f","remote_id":"19202938","subject":"Contact about Integration Strategy","description":"Follow up to see whether they need integrations","owner":"0358cbc6-2040-430a-848e-aafacbadf3aa","account":"212cbe6c-06da-4cba-8083-e633cec44535","opportunity":"0668cbc6-2040-434a-848e-aafacbadf4dd","contact":"b2ab5641-f68d-45c6-b3cc-24d9bf9a50e0","due_date":"2022-02-10T00:00:00Z","status":"OPEN"},{"id":"urn:uuid:8105d170-c104-93de-a9f7-b4e57f2a5055","remote_id":"19202938","subject":"Contact about Integration Strategy","description":"Follow up to see whether they need integrations","owner":"0358cbc6-2040-430a-848e-aafacbadf3aa","account":"212cbe6c-06da-4cba-8083-e633cec44535","opportunity":"0668cbc6-2040-434a-848e-aafacbadf4dd","contact":"b2ab5641-f68d-45c6-b3cc-24d9bf9a50e0","due_date":"2022-02-10T00:00:00Z","status":"OPEN"}]}