Reports - Get Page In Group

Returns the specified page within the specified report from the specified workspace.

Permissions

This API call can be called by a service principal profile. For more information see: Service principal profiles in Power BI Embedded.

Required Scope

Report.ReadWrite.All or Report.Read.All

GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}/pages/{pageName}

URI Parameters

Name In Required Type Description
groupId
path True

string

uuid

The workspace ID

pageName
path True

string

The page name

reportId
path True

string

uuid

The report ID

Responses

Name Type Description
200 OK

Page

OK

Examples

Example

Sample Request

GET https://api.powerbi.com/v1.0/myorg/groups/f089354e-8366-4e18-aea3-4cb4a3a50b48/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

string

The display name of the report page

name

string

The name of the report page

order

integer

The order of the report page