Is it possible to filter the REST API call for cards on a board to filter out only the ones whose due date field is within a specified date range - or just “today”.
I’m thinking there might be a way to filter this query:
https://api.trello.com/1/boards/{id}/cards?fields=name,due
I have seen on the forums “before” and “since” filters which don’t appear in the documentation so am hoping there might be one for this too.
Thanks
Rich