Skip to main content
POST
CreateReportTemplate

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The request of a call to ReportTemplateService_CreateReportTemplate to create a report template.

The request of a call to ReportTemplateService_CreateReportTemplate to create a report template.

name
string
required
tagNames
string[]
required
clientKey
string
description
string
organizationId
string
ruleIds
object

Initial rule order on the new template: first rule_id is display_order 0, second is 1, etc.

ruleClientKeys
object

Initial template rule order follows server resolution of keys to rules (not client-defined per-key ordering).

metadata
object[]

Response

A successful response.

The response of a call to ReportTemplateService_CreateReportTemplate to create a report template.

reportTemplate
object
required