Application API (v1): Get a Count of Attachments
LeanKit's Application API v1 is deprecated. New integration projects should use our v2 API suite found here: https://success.planview.com/Planview_LeanKit/LeanKit_API/01_v2.
This method returns the number of attachments for a given Card.
Request URL (GET):
https://{accountname}.leankit.com/kanban/api/card/GetAttachmentsCount/{boardId}/{cardId}
Sample Request:
https://myaccount.leankit.com/kanban/api/card/GetAttachmentsCount/256064019/256817369
Sample Response:
{ "ReplyData": [ 2 ], "ReplyCode": 200, "ReplyText": null }