The new items_page in the API contains multiple ways to filter the date column. I noticed that it’s not possible, as far as I can tell, to filter the date where it’s greater than a specific date. Is this functionality available, but just not documented?
I guess it might be possible by misusing the “between” operator and setting the end date sometime very far in the future. Though I’m guessing there may be a better way of doing this.
In addition, I’m a bit confused what the “PAST_DATETIME” and “FUTURE_DATETIME” compare values mean.
Where the first ISO date is where you want to filter from and the second on is far in the future (who care about the year 3000 problem ). Look like the greater_than operator does not accept an ISO date, just the predefined ones from the documentation
Yeah, using the “between” operator should work with a date far in the future.
I’m curious if this is what monday does internally for board filtering in their board UI (though maybe they’re not using the same public API we’re using).