Get series or puzzle specific aggregate metrics
GET/api/v1/reporting
Fetches aggregated analytics data over a specified time range, grouped by one or more dimensions. The reporting system is designed around two types of data: loads (when a puzzle is loaded) and plays (when a user interacts with a puzzle). You must choose dimensions and metrics that belong to the same category.
Request
Responses
- 200
- 400
- 401
- 403
A JSON object containing the requested metrics, grouped by the specified dimensions.
Bad Request - Missing required parameters or inconsistent parameters (e.g., requesting load metrics with play dimensions).
Unauthorized - Missing or invalid API token.
Forbidden - The user does not have permission to access the requested series.