Reports - Get Page
Returns the specified page within the specified report from My workspace.
Required Scope
Report.ReadWrite.All or Report.Read.All
GET https://api.powerbi.com/v1.0/myorg/reports/{reportId}/pages/{pageName}
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
page
|
path | True |
|
The page name |
report
|
path | True |
|
The report ID |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK |
Examples
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"
}
Definitions
Page
A Power BI report page
Name | Type | Description |
---|---|---|
displayName |
|
The display name of the report page |
name |
|
The name of the report page |
order |
|
The order of the report page |