HI, I have a strange problem with the reporting API calls using range dates:
If I look for quarterly data using the following call
https:///index.php?module=API&method=Events.getAction&idSite=7&date=2022-04-01,2022-06-30&period=range&token_auth= the call returns nothing, but if I use
https:///index.php?module=API&method=Events.getAction&idSite=7&date=2022-04-01,2022-06-29&period=range&token_auth= or
https:///index.php?module=API&method=Events.getAction&idSite=7&date=2022-04-01,2022-06-31&period=range&token_auth= it returns the correct numbers.
This happens to any quarter and any year.
How am I supposed to look for quarterly data?
1 post - 1 participant