Get cards due today in a board

Hi all. I am trying to get only cards due today in a board so I can then perform actions only to these cards (like move or tag them).

How can I accomplish that? What parameters should I use?

Thank you!

There isn’t a way to filter cards specifically on due date - you’ll need to ask for all of the cards and their due dates and then manually do the filtering yourself.

To get all of the cards on a board you’re going to want to use the cards nested resource on a board: Redirecter

Your request will look something like this:

https://api.trello.com/1/boards/LmBFwbBK/cards?fields=due&key=yourKey&token=yourToken