GET/projects/api/v3/reporting/email/{reportId}
Get the HTML email preview for a scheduled report.
Returns the rendered HTML email that recipients receive for the given scheduled report. Only recipients of the report can preview the email.
Path Params
- Name
reportId- Type
- integer
- required
- Description
Responses
- Code
- 200
- Description
- 200 OK No Data
- Code
- 400
- Description
- 400 Bad Request No Data
- Code
- 403
- Type
- object
- Schema
- Description
- 403 Forbidden
ErrorResponse defines how []Error should be marshaled to JSON.
403 Forbidden
ErrorResponse
{
"errors": [
{
"code": "string",
"detail": "string",
"id": "string",
"meta": {},
"title": "string"
}
]
}