Retrieves information on a field in the report’s Entry data with aggregation.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
A UUID string identifying this report.
The type of aggregation to perform on the field. Any fields that are STR values only support count
.
average
, count
, max
, min
, sum
Optional configuration id to retrieve. If not provided, the primary configuration will be used.
The field name to aggregate on. Ex: Gender, Occupation, involved, ...
Whether to group the results or not.
The response is of type object[]
.