POST GET emailReports/shares
Contacts who shared a given email on social networks
* required
Parameters
Name | Type | Description |
---|---|---|
emailID * | integer | ID of email |
page | integer |
Number of page in results to return
1
1
|
rpp | integer |
Number of records to return per page
20
1
1000
|
sortField | string |
The field to sort results by
date
contactID, email, date
|
sortDirection | string |
The direction to sort results
asc
asc, desc
|
Response Data
Name | Type | Description |
---|---|---|
contactID | integer | ID of contact |
string | Email address of contact | |
channel | string | Channel used to share (e.g. Facebook) |
date | datetime | Timestamp of activity |
emailID | integer | Unique ID of email |
parentEmailID | integer | ID of parent email record |
Example Calls
All shares
GET
/emailReports/shares?emailID=123
cURL
Copy
Response Data
API Console
The console uses production data, so BE CAREFUL!
GET
emailReports/shares