GET /API/v2/Reports/ExcelConverters/ConvertToDownloadUrl/{reportId}/{excelFormatCode}?historyId=!{historyId}

帳票をExcelに出力し、そのダウンロードURLを取得します。 帳票ID(***reportId***)とExcelフォーマットコード(***excelFormatCode***)を指定して、帳票(JSON)をExcelファイルに出力、そのダウンロードURLを返却します。 ExcelファイルはBase64形式でエンコードされた形で返却します。

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

v2.ReportExcelDownloadUrl

NameDescriptionTypeAdditional information
downloadUrl

ダウンロードURL

String

Required