Reports - Get File Of Export To File In Group
Retourne le fichier de la tâche Exporter vers fichier dans le groupe pour le rapport spécifié à partir de l’espace de travail spécifié.
Autorisations
Cet appel d’API peut être appelé par un profil de principal de service. Pour plus d’informations, consultez : Profils de principal de service dans Power BI Embedded.
Étendue requise
Report.ReadWrite.All ou Report.Read.All
GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}/exports/{exportId}/file
Paramètres URI
Nom | Dans | Obligatoire | Type | Description |
---|---|---|---|---|
export
|
path | True |
string |
ID d’exportation |
group
|
path | True |
string uuid |
L’ID de l’espace de travail |
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" |