Reports - Get File Of Export To File
Mengembalikan file dari pekerjaan Ekspor ke File untuk laporan yang ditentukan dari Ruang kerja saya.
Cakupan yang Diperlukan
Report.ReadWrite.All atau Report.Read.All
GET https://api.powerbi.com/v1.0/myorg/reports/{reportId}/exports/{exportId}/file
Parameter URI
Nama | Dalam | Diperlukan | Jenis | Deskripsi |
---|---|---|---|---|
export
|
path | True |
string |
ID ekspor |
report
|
path | True |
string uuid |
ID laporan |
Respons
Nama | Jenis | Deskripsi |
---|---|---|
200 OK |
file |
File yang diekspor Media Types: "application/*", "image/*", "text/csv", "text/xml", "multipart/related" |