CreateReport
Create a report.
POST
/
api
/v1
/reports
Request Body
application/json
RequiredThe request of a call to ReportService_CreateReport
to create a report. A report can be created either via a report template
or an arbitrary report can be constructed depending on the variant of the request
field.
reportFromReportTemplateRequest
object
Used to create a report from a report template.
reportFromRulesRequest
object
Used to construct an arbitrary report for an arbitrary set of rules. Rules can be specified either by rule ID
or client key based on the variant used in the rule_identifiers
field.
organizationId
Requiredstring
runId
Requiredstring
name
Requiredstring
Override the name of the report. If not provided, the name will be generated based on the report template or run.
A successful response.