I am sending GET requests to the API and I get different results even though the request is the same. The query is correct, I think my issue is with the time range.
Example : I sent the GET request with today’s dates between 07:40:02 and 07:43:05. I get the expected results :
https//:xxxxxxxx-&from=2020-12-08T07%3A40%3A02.000Z&timerange-absolute-from=2020-12-08%2007%3A40%3A02&to=2020-12-08T07%3A43%3A05.000Z&timerange-absolute-to=2020-12-08%2007%3A43%3A05
Now when I try another time range, say same hours but on the 12-08-2020, instead of getting the response I need, it sends back this
I’ve been stuck on this issue for two days and I couldn’t find why this happens. Any pointers please ?