GET /API/v2/Reports/BulkDownloads/GetList?organizationId=!{organizationId}&tradeType=!{tradeType}&reportCode=!{reportCode}&excelFormatCode=!{excelFormatCode}&from=!{from}&to=!{to}&downloadStatus=!{downloadStatus}
帳票の一括ダウンロードの要求を全て取得します。 検索条件に該当する帳票の一括ダウンロード要求を全て取得します。 帳票の一括ダウンロードに関する詳細については、[帳票の一括ダウンロードについて]()を参照ください。
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bulkDownloadId | 一括ダウンロードID |
String, Null |
Max length: 36 |
| organizationId | 組織ID |
String, Null |
Max length: 20 Pattern : ^[A-Za-z0-9_-]+$ |
| tradeType | 取引タイプ |
String, Null |
Max length: 8 |
| reportCode | 帳票コード |
String, Null |
Max length: 5 |
| excelFormatCode | Excelフォーマットコード |
String, Null |
Max length: 33 |
| from | 対象期間(From) |
String, Null |
Max length: 72 Format : date-time |
| to | 対象期間(To) |
String, Null |
Max length: 72 Format : date-time |
| downloadStatus | ステータス |
String, Null |
Max length: 10 |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| bulkDownloadId | 一括ダウンロードID |
String |
Required Max length: 36 |
| organization |
Required |
||
| tradeType | 取引タイプ |
String |
Required Max length: 8 |
| reportType |
Required |
||
| excelFormatCode | Excelフォーマットコード |
String, Null |
Max length: 33 |
| excelFormatName | Excelフォーマット名 |
String |
Required Max length: 100 |
| from | 対象期間(From) |
String |
Required Max length: 72 Format : date-time |
| to | 対象期間(To) |
String |
Required Max length: 72 Format : date-time |
| count | 対象件数 |
Integer, Null |
None. |
| downloadStatus | ステータス |
String |
Required Max length: 10 |
| fileName | ファイル名 |
String, Null |
Max length: 100 |