GET /API/v2/Reports/ExcelConverters/Convert/{reportId}/{excelFormatCode}?historyId=!{historyId}
帳票をExcelに出力します 帳票ID(***reportId***)とExcelフォーマットコード(***excelFormatCode***)を指定して、帳票(JSON)をExcelファイルに出力、そのExcelファイルを返却します。 ExcelファイルはBase64形式でエンコードされた形で返却します。
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| reportId | 帳票ID |
String |
Required Max length: 30 |
| excelFormatCode | Excelフォーマットコード |
String |
Required Max length: 33 |
| historyId | 履歴ID |
String, Null |
Max length: 36 |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| reportAsExcelFile | 帳票JSONを出力したExcelファイル |
String |
Required |