I'm getting all the cards in a list using this call:
lists/{listId}/cards
I need to know what data/time each card moved into that list. Is this possible without making another call to the actions endpoint?
Making the extra call is not really possible for me as there is over 800 cards.
Just as another example I tried making the call:
lists/{listId}/cards?limit=2
It didn't limit the cards to 2 and got the whole list. Am I doing something wrong when making these calls?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.