DownloadFile
申請で指定されたファイルをダウンロードします。
Input
| Name | Type | Required | Description |
| FileId | String | True | ファイルのID。 |
| DownloadLocation | String | False | ダウンロードしたファイルの場所。Ex- C:\Temp\CompanyFiles |
| Encoding | String | False | The FileData input encoding type.
使用できる値は次のとおりです。NONE, BASE64 デフォルト値はBASE64です。 |
Result Set Columns
| Name | Type | Description |
| Success | String | ダウンロードが成功した場合はTrue を返します。 |
| FileData | String | If the DownloadLocation and FileStream are not provided, this contains the content of the file. |