Reports - Get File Of Export To File
[マイ] ワークスペースから指定したレポートの [ファイルにエクスポート] ジョブからファイルを返します。
必要なスコープ
Report.ReadWrite.All または Report.Read.All
GET https://api.powerbi.com/v1.0/myorg/reports/{reportId}/exports/{exportId}/file
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
export
|
path | True |
string |
エクスポート ID |
report
|
path | True |
string uuid |
レポート ID |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
file |
エクスポートされたファイル Media Types: "application/*", "image/*", "text/csv", "text/xml", "multipart/related" |