History of a Card life

Hello all.
I’m tring to get an ID of list where the Card was created. I can see this information on a card activity list (on the bottom) but I can’t get that information on any REST query.
Thanks in advance for any answer :slight_smile:
Have a nice day :slight_smile:

hello @Mateuszwistak

Information about which list the card was originally created in isn’t stored anywhere that could be looked up and returned via the REST API, only what list the is currently in.

sunnyape is right. You could however start creating a log yourself and store that information right in the card or anywhere you see fit really.

This could be done very easily with the API and webhooks. It might even be possible with just Butler but I’d have to confirm that when I’m at the computer again.