Reports
Entry Data
Retrieves information on a field in the report’s Entry data with aggregation.
GET
Entry Data
Documentation Index
Fetch the complete documentation index at: https://docs.apexscore.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.
Entry Data