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.
Documentation IndexFetch the complete documentation index at: https://docs.getaptly.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getaptly.com/llms.txt
Use this file to discover all available pages before exploring further.
List of comments.
Show child attributes