Search code examples
apitrello

Trello API: Show date on which a card's label was applied


Using the Trello API, is there a way to get the date & time on which a label was appended to a card?


Solution

  • Since posting, I actually found an call that does give the date & time of last activity (which includes label was added / changed):

    https://api.trello.com/1/cards/BOARD_ID?fields=name&fields=dateLastActivity&key=APPLICATION_KEY&token=MEMBER_TOKEN