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 |
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 |
レポート ページの順序 |