DownloadFile
CloudSign からPDF をダウンロードします。
Input
| Name | Type | Required | Description |
| DocumentId | String | True | ファイルを含む書類のID。 |
| FileId | String | True | ファイルのID。 |
| FileName | String | True | ファイルの名前。 |
| OutputFolder | String | False | ファイルのダウンロード先のフォルダ。 |
| Encoding | String | False | If the LocalFile input is left empty, the data will be output to FileData in the specified encoding.
使用できる値は次のとおりです。NONE, BASE64 デフォルト値はBASE64です。 |
Result Set Columns
| Name | Type | Description |
| Status | String | ストアドプロシージャの実行状態。 |
| FileData | String | The base64encoded file data output, if the OutputFolder input is empty. |