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

还行

示例

Example

示例请求

GET https://api.powerbi.com/v1.0/myorg/reports/879445d6-3a9e-4a74-b5ae-7c0ddabf0f11/pages/ReportSection

示例响应

{
  "displayName": "Regional Sales Analysis",
  "name": "ReportSection",
  "order": "0"
}

定义

Page

Power BI 报表页

名称 类型 说明
displayName

string

报表页的显示名称

name

string

报表页的名称

order

integer (int32)

报表页的顺序