#Reports
The Reports part of the API allows you to retrieve the metrics of your application generated by your users.
#Retrieve metrics
- Route: /reports
- Method: GET
Allows you to obtain all the metrics of your application over a given period.
| Parameters | |
|---|---|
page Type: NumberDefault: 1 | Current page |
size Type: NumberDefault: 10 | Results per page |
from Type: ISO8601 DateDefault: subDays(new Date(), 7) | Starting date of search |
to Type: ISO8601 DateDefault: new Date() | Ending date of search |
context Type: StringAccepted values: "all", "default", "default_context_id" | Context filter |
group Type: StringAccepted values: "all", "default", "your_group_id" | Group filter |