Reports - Get Page

マイ ワークスペースから、指定したレポート内の指定したページを返します。

必要なスコープ

Report.ReadWrite.All または Report.Read.All

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

URI パラメーター

名前 / 必須 説明
pageName
path True

string

ページ名

reportId
path True

string

uuid

レポート ID

応答

名前 説明
200 OK

Page

OK

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"
}

定義

Page

Power BI レポート ページ

名前 説明
displayName

string

レポート ページの表示名

name

string

レポート ページの名前

order

integer

レポート ページの順序