Reports - Get Pages
Zwraca listę stron w określonym raporcie z obszaru Mój obszar roboczy.
Wymagany zakres
Report.ReadWrite.All lub Report.Read.All
GET https://api.powerbi.com/v1.0/myorg/reports/{reportId}/pages
Parametry identyfikatora URI
Nazwa | W | Wymagane | Typ | Opis |
---|---|---|---|---|
report
|
path | True |
string uuid |
Identyfikator raportu |
Odpowiedzi
Nazwa | Typ | Opis |
---|---|---|
200 OK |
OK |
Przykłady
Example
Sample Request
GET https://api.powerbi.com/v1.0/myorg/reports/879445d6-3a9e-4a74-b5ae-7c0ddabf0f11/pages
Sample Response
{
"value": [
{
"displayName": "Regional Sales Analysis",
"name": "ReportSection",
"order": "0"
},
{
"displayName": "Geographic Analysis",
"name": "ReportSection1",
"order": "1"
}
]
}
Definicje
Nazwa | Opis |
---|---|
Page |
Strona raportu usługi Power BI |
Pages |
Otoka odpowiedzi OData dla kolekcji stron usługi Power BI |
Page
Strona raportu usługi Power BI
Nazwa | Typ | Opis |
---|---|---|
displayName |
string |
Nazwa wyświetlana strony raportu |
name |
string |
Nazwa strony raportu |
order |
integer |
Kolejność strony raportu |
Pages
Otoka odpowiedzi OData dla kolekcji stron usługi Power BI
Nazwa | Typ | Opis |
---|---|---|
odata.context |
string |
Kontekst OData |
value |
Page[] |
Kolekcja stron |