OBJECT

ReportHistoricalTrendHistory

link GraphQL Schema definition

  • type ReportHistoricalTrendHistory implements ReportHistoryCommon {
  • # Identifiers of the fields whose historical values are tracked and made available
  • # to the report.
  • trackedFieldIds: [UUID]!
  • # History value fields produced by the report, each tied to a tracked field and,
  • # for comparison reports, a comparison date.
  • fields: [ReportHistoryField!]!
  • # Time span over which the historical trend is plotted.
  • period: PeriodOption!
  • # Interval at which trend data points are sampled across the period, such as Day,
  • # Week, Month, Quarter or Year.
  • periodGranularity: PeriodGranularity!
  • }