Accessing comments?#666
|
|
Is there a way to access a card’s comments via the API? card[comment] can be used to add a new comment to the card but comments are not returned in the response when a card is fetched. |
|
|
Hi amanking, To get an old version of card, you need specify a param named version (not card[version]) with an version number, e.g. version=1. It is same with the URL param showed in browser when you are viewing an old card version in Mingle. |
