Retrieve the report totals of the last campaign sent to a list

Retrieve the report totals of the most recent campaign sent to a list. This is the v3 equivalent of calling the v1 campaign_report_totals action with only a listid.

"Last" keeps the v1 definition: the highest id among the campaigns sent to the list, not the latest send date. A list with no sent campaign is a 404.

The response is the same shape as Retrieve a campaign report totals, and the same date window rules apply: startDate and endDate must be sent together.

Path Params
int32
required

id of the list to report on

Query Params
string

Start of the reporting window, inclusive. One of YYYY-MM-DD, YYYY-MM-DD HH:MM:SS, or YYYY-MM-DDTHH:MM:SS. A date without a time starts at midnight. Must be sent together with endDate.

string

End of the reporting window, inclusive. Same formats as startDate, and must be sent together with it.

string
enum
Defaults to true

Set to false to exclude opens and clicks attributed to bots. Defaults to true.

Allowed:
int32
Defaults to 0

Report on a single message of a split campaign. Defaults to 0, which reports on the campaign as a whole.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Choose an example:
application/json