This page summarizes information on the Reporting API endpoints that Act-On Software offers to developers and customers.
If you have been using these APIs for a while, there is some documentation that was previously listed in this table that can now be found in the tables for the List APIs and Fact APIs.
You can click through to find details on each endpoint. For questions, please post to our developers forum.
All API calls to Act-On Software should be made to the "https://restapi.actonsoftware.com" base domain.
Method Name | Endpoint | Description |
Get Message Report | GET /api/1/message/{id}/report | Get a report on the specified message. |
Get Message Report Drilldown | GET /api/1/message/{id}/report/{drilldown} | Get a drilldown report for a specific email message. |
Get Message Report by Time Period | GET /api/1/message/report?period={yymm} | Fetch the message rollup report from your account. |
Get Media Report | GET /api/1/media/{id}/report/ | Get a report on the specified media from your account. |
Get Media Message Report | GET /api/1/media/{id}/report/messages | Pull media reports from messages that use the "Media File Download" block. |
Get a Media Report Drilldown | GET /api/1/media/{id}/report/views | Get a media view report from your account. |
Get a Media Timeline Report | GET /api/1/media/{id}/report/timeline | Get a timeline report for specified media. |
Get Landing Page Report | GET /api/1/page/{id}/report | Get a list of the pages listed in the account. |
Get Form Report | GET /api/1/form/{formId}/report | Get the specified form report. |
View Form Reports | GET /api/1/form/{formid}/report/ | Get the specified form report. |