Reports
Entry Data
Retrieves information on a field in the report’s Entry data with aggregation.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
A UUID string identifying this report.
Query Parameters
The type of aggregation to perform on the field. Any fields that are STR values only support count
.
Available options:
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.
Response
200 - application/json
The response is of type object[]
.