Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Send your API key as Authorization: Bearer YOUR_API_KEY.

Query Parameters

dateFromUTC
string<date-time>

Start of the reporting window as a UTC ISO timestamp.

dateToUTC
string<date-time>

End of the reporting window as a UTC ISO timestamp.

projectName
string

Restrict the comparison to a single project by name.

Minimum string length: 1
agency
string

Restrict the comparison to a single agency tag.

Minimum string length: 1
projects
string[]

Restrict the comparison to these projects. Repeat the parameter for each name.

Minimum string length: 1
excludeProjects
string[]

Omit these projects from the comparison. Repeat the parameter for each name.

Minimum string length: 1
campaignId
string

Restrict the comparison to the leads one campaign dialled. Only V2 activity carries campaign attribution.

Minimum string length: 1
masterCampaignId
string

Restrict the comparison to the leads an entire master campaign dialled, across every linked project the caller can see. A master campaign is fanned out into one child campaign per project, each with its own id, so filtering by a single campaignId returns one project's share of it. Mutually exclusive with campaignId: the two are contradictory scopes rather than narrowing ones, and sending both is a 400.

Minimum string length: 1

Response

Booking rate per project.

success
boolean
required
Example:

true

data
object[]
required

One row per project, sorted by booking rate descending. Projects with no leads in the window are omitted.