Trello API get card comments

api, trello

Solution

Comments are a type of action ("commentCard"), so look into the /card/:id/actions

Problem

is there a way to get all the comments of a card through the Trello API? I can get the card, the list which it is in, the members assigned to it etc. but can't see a way to get the comments. Thanks.

Original source