v1

latestOpenAPI 3.0.12026-07-22120163333.7 KB
Tasks & Appointments V2

Get Task

Returns a single task or appointment by ID. Tasks and appointments share the same taskId namespace; the endpoint resolves the target automatically.

Caller must have manage permission on the task's lead.

get/v2.0/tasks/{taskId}

Path parameters

taskIdinteger required

ID of the task or appointment to retrieve.

Headers

Authorizationstring required

Bearer [access_token]

Response

Task or appointment retrieved successfully.

Example response

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