GET Email Open Stats​
Retrieve email open statistics over a date range. Returns a date-keyed object where each key is a date (or month label) and the value is the count of emails opened on that date. The frequency (daily, weekly, monthly) is automatically determined by the length of the date range.
Required capability: fcrm_view_dashboard
Enforced by ReportPolicy::verifyRequest(), the policy default for this route group.
Authorizations​
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Parameters​
Query Parameters
Date range as a two-element array [from, to] in YYYY-MM-DD format. Defaults to the last 30 days if omitted.
22Restrict the series to a single campaign. Omit or send 0 for site-wide totals.
0Responses​
Email open stats retrieved successfully.