downloadObject
- Last Updated: December 1, 2022
- 1 minute read
- DataDirect Connectors
- ODBC
- Autonomous Rest Connector 8.0
- Documentation
Purpose
Downloads the contents of a file.
| Field Name | Data Type | Parameter Type | Description |
|---|---|---|---|
fileID
|
VARCHAR(255) | IN | Specifies the ID of the file from where you want to download the content. |
| Response | Data Type | Parameter Type | Description |
|---|---|---|---|
entity |
VARBINARY(16777215) | OUT | The content body in binary format. |