Reports - Get Page
Çalışma alanım'dan belirtilen rapor içinde belirtilen sayfayı döndürür.
Gerekli Kapsam
Report.ReadWrite.All veya Report.Read.All
GET https://api.powerbi.com/v1.0/myorg/reports/{reportId}/pages/{pageName}
URI Parametreleri
Name | İçinde | Gerekli | Tür | Description |
---|---|---|---|---|
page
|
path | True |
string |
Sayfa adı |
report
|
path | True |
string uuid |
Rapor kimliği |
Yanıtlar
Name | Tür | Description |
---|---|---|
200 OK |
Tamam |
Örnekler
Example
Örnek isteği
GET https://api.powerbi.com/v1.0/myorg/reports/879445d6-3a9e-4a74-b5ae-7c0ddabf0f11/pages/ReportSection
Örnek yanıt
{
"displayName": "Regional Sales Analysis",
"name": "ReportSection",
"order": "0"
}
Tanımlar
Page
Power BI rapor sayfası
Name | Tür | Description |
---|---|---|
displayName |
string |
Rapor sayfasının görünen adı |
name |
string |
Rapor sayfasının adı |
order |
integer |
Rapor sayfasının sırası |