Reports - Get File Of Export To File
Retourne le fichier de la tâche d’exportation vers fichier pour le rapport spécifié à partir de mon espace de travail.
Étendue requise
Report.ReadWrite.All ou Report.Read.All
GET https://api.powerbi.com/v1.0/myorg/reports/{reportId}/exports/{exportId}/file
Paramètres URI
Nom | Dans | Obligatoire | Type | Description |
---|---|---|---|---|
export
|
path | True |
string |
ID d’exportation |
report
|
path | True |
string uuid |
ID de rapport |
Réponses
Nom | Type | Description |
---|---|---|
200 OK |
file |
Fichier exporté Media Types: "application/*", "image/*", "text/csv", "text/xml", "multipart/related" |