Eventjet GraphQL API documentation

ReportView

Object

A saved report configuration, including columns, filters, sorting, and aggregations.

Views are created by users or provided as system defaults. Use Query.reportViews to list all views available to the current user, then follow report to load the fully configured Report.

Fields

FieldDescriptionType
idOpaque identifier for this view. Pass it to `modifyReportView` or `deleteReportView` to manage the view.ID
labelDisplay name for this view. For user-created views this is the name the user chose; for system-provided views it is a translated default label.String
reportThe `Report` produced by applying this view's saved configuration — columns, filters, sorting, and aggregations are all applied.Report