v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
Call

Retrieves the collection of Call resources.

Retrieves the collection of Call resources.

get/calls

Query parameters

pageinteger

The collection page number

itemsPerPageinteger

The number of items per page

Response

Call collection

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"
  }
]