Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1005 Bytes

File metadata and controls

34 lines (20 loc) · 1005 Bytes

UltraCartRestApiV2.Report

Properties

Name Type Description Notes
active Boolean [optional]
data_sources [ReportDataSource] [optional]
default_dataset_id String [optional]
default_project_id String [optional]
filters [ReportFilter] [optional]
merchant_id String [optional]
name String [optional]
pages [ReportPage] [optional]
report_oid Number Object identifier for this report. [optional]
security_level String Security level to execute report under [optional]
settings String A JSON representation of the settings for this report [optional]

Enum: SecurityLevelEnum

  • standard (value: "standard")

  • low (value: "low")

  • medium (value: "medium")

  • high (value: "high")