How to download full report in Voximplant?

Viewed 13

I got the report data via the downloadStatReport api, but there is a problem. The campaign(33771) has 244 pages data, but I got only 60 lines data, why? report id is 877036

And the parameters of the API exportStatReport are:

String campaignId = ""33771"";  
String from = ""2022-04-28 08:00:00"";  
String to = ""2022-04-28 16:20:00"";  

The request:

curl -X GET https://kitapi-eu.voximplant.com/api/v3/attempt/downloadStatReport?report_id=877036&domain=tannyleung&access_token=xxxx
0 Answers
Related