Subscribe to a chart or dashboard report
POST/api/v1/report/subscribe
Creates a report schedule locked to the authenticated user's email. creation_method is derived server-side from the payload (chart → charts, dashboard → dashboards). recipients are not accepted and are always set to the requesting user's email address.
Request
Responses
- 201
- 400
- 401
- 422
- 500
Report schedule subscription created
Bad request
Unauthorized
Could not process entity
Fatal error