Get list of subscription reports
⚠️ Legacy feature. Android only. Daily and Custom Reports are a legacy feature. For current reporting needs, use the Reports API: GET /report/v0/report-types, POST /report/v0/reports, and GET /report/v0/reports/{report_id}.
Creates a new report subscription that sends scheduled daily reports to one or more email addresses. Supply a list of recipient email addresses in the request body; Esper creates a subscription record and begins delivering daily fleet reports to those recipients.
About Create Report Subscription
Report subscriptions were Esper's mechanism for automated, scheduled delivery of daily device and fleet status reports via email. Subscriptions are part of the legacy Daily and Custom Reports system and do not exist in the current Reports API. Each subscription holds a list of recipient email addresses and an is_subscribed toggle. The integer id returned on creation is required for all subsequent GET, PUT, PATCH, and DELETE operations on the subscription.
Response
successful operation