Reports - Get Pages In Group
Belirtilen çalışma alanından belirtilen rapordaki sayfaların listesini 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
URI Parametreleri
Name | İçinde | Gerekli | Tür | Description |
---|---|---|---|---|
group
|
path | True |
string uuid |
Çalışma alanı kimliği |
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
Örnek yanıt
{
"value": [
{
"displayName": "Regional Sales Analysis",
"name": "ReportSection",
"order": "0"
},
{
"displayName": "Geographic Analysis",
"name": "ReportSection1",
"order": "1"
}
]
}
Tanımlar
Name | Description |
---|---|
Page |
Power BI rapor sayfası |
Pages |
Power BI sayfa koleksiyonu için OData yanıt sarmalayıcısı |
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ı |
Pages
Power BI sayfa koleksiyonu için OData yanıt sarmalayıcısı
Name | Tür | Description |
---|---|---|
@odata.context |
string |
OData bağlamı |
value |
Page[] |
Sayfa koleksiyonu |