GetFileForAnAsset
Gets the binary file for an asset.
Input
| Name | Type | Required | Description |
| AssetId | Integer | True | The ID of the asset. |
| DownloadPath | String | False | The Location where the file will be stored. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Returns True if the download succeeded. |
| Content | String | A Base64-encoded string of the file. |