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