Apps - Get App
指定したインストール済みアプリを返します。
必要なスコープ
App.Read.All
制限事項
サービス プリンシパル認証はサポートされていません。
GET https://api.powerbi.com/v1.0/myorg/apps/{appId}
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
app
|
path | True |
string uuid |
アプリ ID |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
OK |
例
Example
Sample Request
GET https://api.powerbi.com/v1.0/myorg/apps/f089354e-8366-4e18-aea3-4cb4a3a50b48
Sample Response
{
"id": "f089354e-8366-4e18-aea3-4cb4a3a50b48",
"description": "The finance app",
"name": "Finance",
"publishedBy": "Bill",
"lastUpdate": "2019-01-13T09:46:53.094+02:00"
}
定義
App
Power BI にインストールされているアプリ
名前 | 型 | 説明 |
---|---|---|
description |
string |
アプリの説明 |
id |
string |
アプリ ID |
lastUpdate |
string |
アプリが最後に更新された日時 |
name |
string |
アプリの名前 |
publishedBy |
string |
アプリの発行元 |