Query schema for event aggregate endpoint

interface EventUniqueValuesAggregate {
    fields: ("type" | "subtype" | "dataSetId")[];
    filter?: EventFilter;
}

Hierarchy (view full)

Properties

Properties

fields: ("type" | "subtype" | "dataSetId")[]

The field name(s) to apply the aggregation on. Currently limited to one field.

filter?: EventFilter

Filter on events with strict matching.