v1

latestOpenAPI 3.0.12026-07-22120163333.7 KB
Tasks & Appointments V2

List Tasks

Returns all tasks and appointments attached to the given lead. Caller must have manage permission on the lead.

get/v2.0/tasks

Query parameters

leadIdinteger required

ID of the lead whose tasks and appointments to return.

Headers

Authorizationstring required

Bearer [access_token]

Response

Tasks and appointments for the lead.

Example response

{
  "tasks": [
    {
      "timeZoneCode": "America/Los_Angeles",
      "address": "123 Main St, Los Angeles, CA"
    }
  ]
}