JDBC Driver for Zoho CRM

Build 23.0.8839

DownloadFile

Download a file attached to a record.

Input

Name Type Accepts Output Streams Description
ModuleName String False The API name of the module you are downloading an attachment for.
RecordID String False Unique ID of the record you are downloading an attachment for.
AttachmentID String False Unique ID of the attachment you are downloading.
DownloadPath String False The Location of the file in which to save the attachment.
FileStream String True An instance of an output stream where file data is written to. Only used if DownloadPath is not provided.

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.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839