ADO.NET Provider for Monday

Build 25.0.9434

DownloadAsset

Downloads a file uploaded to Monday.com by specifying the corresponding asset ID.

Input

Name Type Required Accepts Output Streams Description
AssetId String True False The unique identifier for the asset you wish to download, used to locate the asset in the system or database.
LocalPath String False False The absolute file path where the asset will be saved on the local system. This must be a fully qualified path, including the filename and extension.
FileStream String False True An instance of a writable stream where the file's binary data will be written to. This parameter is used only if LocalPath is not provided, allowing the data to be streamed directly to the provided output stream.

Result Set Columns

Name Type Description
Success Boolean A boolean value indicating the success of the operation. A true value indicates the asset download completed successfully, while false indicates an error occurred.
Details String A detailed message offering more information about the operation's execution. This can provide context for success, partial success, or failure, useful for troubleshooting.
FileData String The file data in base64 encoding, returned when both the LocalPath and FileStream inputs are not provided. This allows the file to be transmitted in a text-based format suitable for embedding or storage.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434