DownloadAsset
Download a file uploaded to monday.com by providing the asset ID.
Input
Name | Type | Required | Accepts Output Streams | Description |
AssetId | String | True | False | Specify the ID of the asset to download. |
LocalPath | String | False | False | The absolute location where you want to save the file in. |
FileStream | String | False | True | An instance of an output stream where file data is written to. Only used if LocalPath is not set. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Indicates whether or not the operation executed successfully. |
Details | String | Any extra details on the operation's execution. |
FileData | String | If the LocalPath and FileStream inputs are empty, file data will be output encoded in base64. |