Reports - Get Pages

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

必要なスコープ

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

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

URI パラメーター

名前 / 必須 説明
reportId
path True

string

uuid

レポート ID

応答

名前 説明
200 OK

Pages

OK

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

定義

名前 説明
Page

Power BI レポート ページ

Pages

Power BI ページ コレクションの OData 応答ラッパー

Page

Power BI レポート ページ

名前 説明
displayName

string

レポート ページの表示名

name

string

レポート ページの名前

order

integer

レポート ページの順序

Pages

Power BI ページ コレクションの OData 応答ラッパー

名前 説明
odata.context

string

OData コンテキスト

value

Page[]

ページ コレクション