POST GET exports/emailForwards
Get forwards data across email campaigns. Date range cannot span more than 90 days.
* required
Parameters
Name | Type | Description |
---|---|---|
startDate * | datetime | Forwards after this date |
endDate * | datetime | Forwards before this date |
fields | string |
Comma-separated list of fields to return. Available fields: id, emailID, parentEmailID, dateForwarded, contactID, email
id, emailID, dateForwarded, 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
Forwards in past 30 days
GET
/exports/emailForwards?startDate=2024-10-22&endDate=2024-11-21
cURL
Copy
Response Data
Report Columns
Name | Type | Description |
---|---|---|
id | guid | Unique ID of forward record |
emailID | integer | ID of email record |
parentEmailID | integer | ID of parent email record |
dateForwarded | datetime | Date forward was logged |
contactID | integer | ID of contact record |
string | Email address of contact record |
Sample Report
"id" "emailID" "dateForwarded" "contactID" "email" "0D3E5A41-3859-4AAF-8447-FC1D3D71BA16" "123456" "2014-04-29 14:17:10.91" "23680470" "john.doe@example.com" "88B2572D-3795-476C-BFDE-E9041319C931" "123456" "2014-04-29 14:17:16.77" "23680470" "jane.doe@example.com"
API Console
The console uses production data, so BE CAREFUL!
GET
exports/emailForwards