POST GET emailReports/clicks

Get link click data per contact for a given email

* required

Parameters

Name Type Description
emailID * integer ID of email
link string Filter by specific link
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
email string Email address of contact
link string Link that was clicked
ipAddress string IP address of contact
date datetime Timestamp of activity
emailID integer Unique ID of email
parentEmailID integer ID of parent email record

Example Calls

All clicks

GET
/emailReports/clicks?emailID=123
cURL
Copy
Response Data
GET
/emailReports/clicks?emailID=123&link=http%3A%2F%2Fwww.example.com
cURL
Copy
Response Data

API Console

The console uses production data, so BE CAREFUL!
GET
emailReports/clicks
Param Value Type Description
emailID * integer ID of email
link string Filter by specific link
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
Access token: *