Get Daily Summary Report

Catalin7 months ago

Hello. How via API can I specify the Summary report type? When I create a request, with an interval of 10 days, only one summary is returned, but I need 10 summary pet every day. In the interface I can specify the daily summary, but how through the API?

Catalin7 months ago

My url now looks like this: host:8082/api/reports/summary?from=2024-04-24T00:00:00Z&to=2024-05-07T11:20:59Z&groupId=1

Anton Tananaev7 months ago

Add daily=true.

Catalin7 months ago

It works, thank you )