I’m using the Get Events API (2023-01-24) and trying to get events using a filter that includes events that occurred greater than or equal to {{date 1}} and less than {{date 2}}. I'm able to successfully get data using greater-than-equal, but as soon as I add “and” and the ‘less than’ date, I get a 400. Could be the filter is incorrect.. but hoping someone has an example. Here is what we are currently passing:
?filter=and(greater-or-equal(datetime,1970-01-01T12:00:00Z), less-than(datetime,2023-02-07T17:40:09.274Z))