v1

latestSwagger 2.0Private2026-08-04128286690.5 KB
Contacts Reporting

GET Contact Action Summary

Get a list of the recent emails (aka, campaign activities) sent to a specific contact and a summary of the actions the contact took on that email for the most recent 200 campaigns.

get/reports/contact_reports/{contact_id}/activity_summary

Path parameters

contact_idstring required

The contact id which is requesting tracking activity data (e.g. aa9ff7b0-478d-11e6-8059-00163e3c8e19)

Query parameters

startstring required

The starting date, in ISO 8601 format, to use to get campaigns. For example: 2019-01-01T00:00:00-0500.

endstring required

The ending date, in ISO 8601 format, to use to get campaigns. For example: 2019-12-01T00:00:00-0500.

Response

successful operation

contact_idstring uuid required

Unique id of the contact that will have their activity summarized.

Example response

{
  "contact_id": "71600990-908b-11e6-907f-00166bff25"
}