I'm attempting to query a Trello card using the REST API to find the card's list history (when it changed lists and for how long it was there). I've used the API to pull boards/lists/cards and their fields before but when I try to apply a filter like the following:
"https://api.trello.com/1/cards/{cardID}/action?filter=updateCard:idList&key={}&token={}"
It gives me a "Cannot GET" error. Is my syntax off for the filter? Is this even the right way to go about access the card's list update history?
Community moderators have prevented the ability to post new answers.
.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.