Skip to main content

ReportTemplateCreate

Payload used to create Report Template. The required field is name.

nameName (string)required
alias object
anyOf
string
collection_id object
anyOf
string

Possible values: non-empty

folder_id object
anyOf
string
tags object
anyOf
  • Array [
  • string
  • ]
  • description object
    anyOf
    string
    languageLanguage (string)
    Default value: ko
    bundle_object_id object
    anyOf
    string
    preview_object_id object
    anyOf
    string
    engine object
    anyOf
    string
    schema object
    anyOf
    object
    options object
    property name*any
    ReportTemplateCreate
    {
    "name": "string",
    "alias": "string",
    "collection_id": "string",
    "folder_id": "string",
    "tags": [
    "string"
    ],
    "description": "string",
    "language": "ko",
    "bundle_object_id": "string",
    "preview_object_id": "string",
    "engine": "string",
    "schema": {},
    "options": {}
    }