GET /API/v2/Reports/BulkDownloads/GetFile/{bulkDownloadId}
帳票の一括ダウンロードの結果ファイルを取得します。 一括ダウンロードID(***bulkDownloadId***)を指定して、帳票の一括ダウンロードの結果であるzipファイルを取得します。 zipファイルは、ステータス(***downloadStatus***)がdoneである場合に取得可能です。 帳票の一括ダウンロードに関する詳細については、[帳票の一括ダウンロードについて]()を参照ください。
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bulkDownloadId | 一括ダウンロードID |
String |
Required Max length: 36 |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| fileName | ファイル名 |
String |
Required Max length: 100 |
| contentType | コンテンツタイプ |
String |
Required Max length: 100 |
| fileData | ファイルデータ |
String |
Required |