Hi, I'm trying to pull the results of my Custom Reports through the XML API, but while I'm able to specify a custom timeframe in the request URL, it's not taken into account. Instead, it's the reports' hardcoded timeframe which is applied (we used to use the Web GUI to get the results). I thought the starttime and endtime URL parameters would override the ones defined in each report configuration, but it looks like I'm wrong. I believe I could edit my reports through the API before each request, setting the "right" timeframe and then pulling the results, but I'd like to avoid modifying the running-configuration at all costs. Is there a way I could make it work while keeping a read-only approach ? Thanks !
... View more