Reports - Get File Of Export To File
Restituisce il file dal processo Esporta in file per il report specificato dall'area di lavoro personale.
Ambito obbligatorio
Report.ReadWrite.All o Report.Read.All
GET https://api.powerbi.com/v1.0/myorg/reports/{reportId}/exports/{exportId}/file
Parametri dell'URI
Nome | In | Necessario | Tipo | Descrizione |
---|---|---|---|---|
export
|
path | True |
string |
ID esportazione |
report
|
path | True |
string uuid |
The report ID |
Risposte
Nome | Tipo | Descrizione |
---|---|---|
200 OK |
file |
File esportato Media Types: "application/*", "image/*", "text/csv", "text/xml", "multipart/related" |