OptionalaggregatesOptionalfilterA filter Domain Specific Language (DSL) used to create advanced filter queries.
OptionalgroupThe selection of fields to group the results by when doing aggregations. You can specify up to 5 items to group by.
When you do not specify any aggregates, the fields listed in the groupBy clause will return the unique
values stored for each field. The property types supported for groupBy are text, direct, int32, int64, float32, float64, boolean, and enum.
OptionallimitLimit the number of results returned. The default limit is currently at 100 items.
OptionalpropertiesOptional list (array) of properties you want to apply the query above to. If you do not list any properties, you search through text fields by default.
OptionalqueryOptional query string. The API will parse the query string, and use it to match the text properties on elements to use for the aggregate(s).
Defines an aggregation request. This will let you group, and aggregate supported data types. The request supports filters, and allows optional search matching.