DownloadAttachment
Downloads an attachment from a card. If AttachmentId is not assigned a value, the provider will check how many attachments does the card have, if one it will continue downloading that attachment, if more it will stop and request for an AttachmentId.
Input
Name | Type | Required | Description |
CardId | String | True | The ID of the card that has the attachment. |
AttachmentId | String | False | The ID of the attachment to download. |
LocalFolder | String | True | The local file path for the location where the file will be saved on disk. |
Result Set Columns
Name | Type | Description |
Success | String | This value shows a boolean indication of whether the operation was successful or not. |