tasks retrieve
GET {{baseUrl}}/tasks/:id
Returns a Task
object with the given id
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
expand | string | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | |
include_remote_data | boolean | Whether to include the original data Merge fetched from the third-party to produce these models. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Account-Token | string | (Required) Token identifying the end user. | |
Accept | string |
RESPONSES
status: OK
{"id":"7af253e6-14ad-fc10-14f4-2851a1f8423c","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"}