OBJECT
FitnessSystemRule
link GraphQL Schema definition
- type FitnessSystemRule {
- # When false, this threshold is configured but not evaluated for records.
- : Boolean!
- # Warning level reached when this threshold is met: Notice, Warning, or Error (Ok
- # means no issue).
- : WarningLevelEnum!
- # Numeric threshold the indicator compares against, interpreted per indicator type
- # (for example a count or a percentage).
- : Int
- # Time window in days over which the indicator is measured, when the indicator
- # type uses one.
- : Int
- # Activity or related entity types this threshold applies to, when the indicator
- # type is scoped to specific types.
- : [ID!]
- # Period over which a change is measured for trend-based indicators: current week,
- # last two weeks, or current month.
- : FitnessPeriodEnum
- }