v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
CampaignReport

Retrieves the collection of CampaignReport resources.

Retrieves the collection of CampaignReport resources.

get/campaign_reports

Query parameters

pageinteger

The collection page number

itemsPerPageinteger

The number of items per page

Response

CampaignReport collection

idstring
integrationstring

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

srcIdstring
campaignNamestring nullable
typestring nullable
emailsSentinteger nullable
unsubscribedinteger nullable
sendTimestring date-time nullable
hardBouncesinteger nullable
softBouncesinteger nullable
totalOpensinteger nullable
uniqueOpensinteger nullable
openRatestring nullable
totalClicksinteger nullable
uniqueClicksinteger nullable
fowardsinteger nullable

Example response

[
  {
    "integration": "quickbooks"
  }
]