Reports - Get Page
Zwraca określoną 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/{pageName}
Parametry identyfikatora URI
Nazwa | W | Wymagane | Typ | Opis |
---|---|---|---|---|
page
|
path | True |
string |
Nazwa strony |
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/ReportSection
Sample Response
{
"displayName": "Regional Sales Analysis",
"name": "ReportSection",
"order": "0"
}
Definicje
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 |