Reports - Get Page In Group
Belirtilen çalışma alanından belirtilen rapor içinde belirtilen sayfayı döndürür.
İzinler
Bu API çağrısı bir hizmet sorumlusu profili tarafından çağrılabilir. Daha fazla bilgi için bkz. Power BI Embedded hizmet sorumlusu profilleri.
Gerekli Kapsam
Report.ReadWrite.All veya Report.Read.All
GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}/pages/{pageName}
URI Parametreleri
Name | İçinde | Gerekli | Tür | Description |
---|---|---|---|---|
group
|
path | True |
string uuid |
Çalışma alanı kimliği |
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/groups/f089354e-8366-4e18-aea3-4cb4a3a50b48/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ı |