Reports - Get Page In Group
从指定的工作区返回指定报表中的指定页。
权限
此 API 调用可由服务主体配置文件调用。 有关详细信息,请参阅:Power BI Embedded中的服务主体配置文件。
所需范围
Report.ReadWrite.All 或 Report.Read.All
GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}/pages/{pageName}
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
group
|
path | True |
string uuid |
工作区 ID |
page
|
path | True |
string |
页面名称 |
report
|
path | True |
string uuid |
报表 ID |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
确定 |
示例
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"
}
定义
Page
Power BI 报表页
名称 | 类型 | 说明 |
---|---|---|
displayName |
string |
报表页的显示名称 |
name |
string |
报表页的名称 |
order |
integer |
报表页的顺序 |