Filter allCards by createdAt


Could the allCards filter be extended to apply a selection on createdAt in the same way as updated_at?

 

Currently we are using the updated_at and then applying a filter within our own code to look for the most recent cards.

 

 

Hey, @matt171. Thank you for your feedback! I am processing it internally and sending it to the responsible team. 

Best, 


Updated idea statusNewSubmitted

It would be VERY useful to work with createdAt field for filters on allCards, cards or findCards queries. Honestly it seems simple to implement, once the API already works with updated_at field.

 

We currently use updated_at field, but when we have to mass update cards, then filter by updated_at becomes a nightmare.