Skip to main content

Filter API by Date

  • June 13, 2020
  • 2 replies
  • 2893 views

I want to query all items that have been updated since a given date. e.g. updated_at > X.
Is that possible? If so, how?

This topic has been closed for replies.

2 replies

dipro
Forum|alt.badge.img
  • Leader
  • June 16, 2020

Hey Ben,

At the moment the items_by_column_value query will give you items according to an exact match. If you want to filter based on conditions, I’d recommend getting all the data from your board and implementing the filter logic in your application.

Do let me know if that helps!


DanielHai
Forum|alt.badge.img
  • monday.com Team Member
  • March 14, 2024

Hi!

Its now possible to filter last updated by date, please see the following community thread.

Happy Coding