POST GET exports/emailWebViews

Get web views data across email campaigns. Date range cannot span more than 90 days.

* required

Parameters

Name Type Description
startDate * datetime Web Views after this date
endDate * datetime Web Views before this date
fields string Comma-separated list of fields to return. Available fields: id, emailID, parentEmailID, dateViewed, contactID, email
id, emailID, dateViewed, contactID, email

Response Data

Name Type Description
jobID integer ID of export job. Use to check the status of the job at /exports/jobStatus

Permissions

Method requires the Client admin permission

Example Calls

Web Views in past 30 days

GET
/exports/emailWebViews?startDate=2024-03-25&endDate=2024-04-24
cURL
Copy
Response Data

Report Columns

Name Type Description
id integer Unique ID of web view record
emailID integer ID of email record
parentEmailID integer ID of parent email record
dateViewed datetime Date web view was logged
contactID integer ID of contact record
email string Email address of contact record

Sample Report

"id"	"emailID"	"dateViewed"	"contactID"	"email"
"123456"	"123456"	"2013-02-10 05:05:00.0"	"26030519"	"john.doe@example.com"
"123457"	"123456"	"2013-02-10 05:06:00.0"	"26030520"	"jane.doe@example.com"

API Console

The console uses production data, so BE CAREFUL!
GET
exports/emailWebViews
Param Value Type Description
startDate * datetime Web Views after this date
endDate * datetime Web Views before this date
fields string Comma-separated list of fields to return. Available fields: id, emailID, parentEmailID, dateViewed, contactID, email
id, emailID, dateViewed, contactID, email
Access token: *