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" |