v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
Call

Retrieves a Call resource.

Retrieves a Call resource.

get/calls/{id}

Path parameters

idstring required

Resource identifier

Response

Call resource

idstring
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

srcIdstring

the unique identifier of the source 3rd party integration

callOwnerstring nullable

the user the call is to or from

callContactstring nullable

the customer or lead the call is to or from

callDurationinteger nullable

duration of the call

callPurposestring nullable

purpose of the call

callStartTimestring date-time nullable

when the call starts

callResultstring nullable

result of the call

descriptionstring nullable

details about the call

createdstring date-time nullable

when the call information is created

modifiedstring date-time nullable

when the call objects are modified

callresultstring nullable

Example response

{
  "integration": "quickbooks"
}