POST GET emailReports/deviceSummary

Summary of devices (i.e. Outlook, iPhone) by type (Desktop/Mobile) for a given email (device data only available for recipients who viewed or clicked email)

* required

Parameters

Name Type Description
emailID * integer ID of email

Response Data

Name Type Description
category string Desktop/Mobile
device string Device name (i.e. Outlook/iPhone/Android)
count integer Total number of responses (views or clicks) for this device

Example Calls

Device summary

GET
/emailReports/deviceSummary?emailID=123
cURL
Copy
Response Data

API Console

The console uses production data, so BE CAREFUL!
GET
emailReports/deviceSummary
Param Value Type Description
emailID * integer ID of email
Access token: *