When I move a Card from one Board to another the Card.actions happened in the previous Board are lost.
If I move the Card back to the previous Board the Card.actions are back, so I know they are not deleted.
How can I get the full list of Card.actions even if they have happened in another Board?
I am using this request:
curl --request GET \
--url 'https://api.trello.com/1/cards/[ID]/actions&limit=1000'
@Fernando Guillén Suárez It probably means you don't have access (or your token doesn't have access) to the board on which those actions were performed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.