DownloadDocument
Downloads document for the given project based on specified documentId.
Input
Name | Type | Accepts Output Streams | Description |
Realm | String | False | Identify requested realm. |
User | String | False | The user. |
PasswordAdapter | String | False | The password adapter |
ProjectId | String | False | Specify the unique identifier of the sourcing project for which you want to fetch details. Example, Try it out with: WS123456. |
DocumentId | String | False | Specify the unique identifier of the document in a sourcing project. Example, Try it out with: Doc17975275. |
LocalPath | String | False | The absolute location where you want to save the file in. |
FileStream | String | 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 |
FileData | String | If the LocalPath and FileStream inputs are empty, file data will be output encoded in base64. |
Success | String | Indicates whether or not the operation was successful. |
Details | String | Any extra details on the operation's execution. |