Discussions
API request failing using query endpoint with "between" syntax
10 days ago by Jake Bound
I have a query checking for changes within a date range, I'm trying to use the between syntax on the filter and continue to get the error Parameter CREATED_ON does not have a single value."}. The date component also includes the time, I've tried different date/time formats to no avail. The filter I'm using is:
filter=between:2025-02-01T00:00:00|2025-02-01T06:00:00
Thanks.