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 参数

名称 必需 类型 说明
exportId
path True

string

导出 ID

reportId
path True

string

uuid

报表 ID

响应

名称 类型 说明
200 OK

file

导出的文件

Media Types: "application/*", "image/*", "text/csv", "text/xml", "multipart/related"