I am trying to use the report.getUrlForReportAsCsv API but am at a loss as to why I can’t get any data returned in my reports.
Here are the parameters I am using:
I know there are entries for that video during the time range and I can see them using the report.getTable API.
I think it maybe the reportText and headers parameters but looking at both the API console and testme console documentation I cannot work out what values it is expecting.
Note that both EPOCH and human readable dates (in the format of %Y%m%d) are supported, as below: -d "reportInputFilter[fromDay]=20210101" \ -d "reportInputFilter[toDay]=20210901" \
In order to filter for specific entry IDs, use: -d "objectIds=0_92iw3h46" \
Lastly, if you’d like to get the response in JSON format rather than XML, use format/1, like so: