DownloadFile
Download a file attached to a record.
Input
| Name | Type | Description |
| ModuleName | String | The API name of the module you are downloading an attachment for. |
| RecordID | String | Unique ID of the record you are downloading an attachment for. |
| AttachmentID | String | Unique ID of the attachment you are downloading. |
| DownloadPath | String | The Location of the file in which to save the attachment. |
Result Set Columns
| Name | Type | Description |
| Success | String | Returns True if the download succeeded. |
| Content | String | Base64 encoded content of the downloaded file, returned if DownloadPath is empty. |