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 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
export
|
path | True |
string |
匯出識別碼 |
group
|
path | True |
string uuid |
工作區識別碼 |
report
|
path | True |
string uuid |
報表識別碼 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
file |
匯出的檔案 Media Types: "application/*", "image/*", "text/csv", "text/xml", "multipart/related" |