Reports - Get File Of Export To File In Group
指定したワークスペースから指定したレポートの [グループ内のファイルにエクスポート] ジョブからファイルを返します。
アクセス許可
この API 呼び出しは、サービス プリンシパル プロファイルによって呼び出すことができます。 詳細については、「Power BI Embeddedのサービス プリンシパル プロファイル」を参照してください。
必要なスコープ
Report.ReadWrite.All または Report.Read.All
GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}/exports/{exportId}/file
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
export
|
path | True |
string |
エクスポート ID |
group
|
path | True |
string uuid |
ワークスペース ID |
report
|
path | True |
string uuid |
レポート ID |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
file |
エクスポートされたファイル Media Types: "application/*", "image/*", "text/csv", "text/xml", "multipart/related" |