cURL
curl --request GET \ --url https://core-api.getaptly.com/api/board/{boardId}/{cardId}/comments \ --header 'x-token: <api-key>'
{ "data": [ { "id": "lf2abc", "userId": "user123", "content": "Lease renewal confirmed.", "createdAt": "2024-03-01T12:00:00Z" } ] }
Returns all comments on the specified card.
List of comments.
Show child attributes