Apps - Get Apps
インストールされているアプリの一覧を返します。
必要なスコープ
App.Read.All
制限事項
サービス プリンシパル認証はサポートされていません。
GET https://api.powerbi.com/v1.0/myorg/apps
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
OK |
例
Example
Sample Request
GET https://api.powerbi.com/v1.0/myorg/apps
Sample Response
{
"value": [
{
"id": "f089354e-8366-4e18-aea3-4cb4a3a50b48",
"description": "The finance app",
"name": "Finance",
"publishedBy": "Bill",
"lastUpdate": "2019-01-13T09:46:53.094+02:00"
},
{
"id": "3d9b93c6-7b6d-4801-a491-1738910904fd",
"description": "The marketing app",
"name": "Marketing",
"publishedBy": "Ben",
"lastUpdate": "2018-11-13T09:46:53.094+02:00"
}
]
}
定義
名前 | 説明 |
---|---|
App |
Power BI にインストールされているアプリ |
Apps |
Power BI にインストールされているアプリの一覧の OData 応答ラッパー |
App
Power BI にインストールされているアプリ
名前 | 型 | 説明 |
---|---|---|
description |
string |
アプリの説明 |
id |
string |
アプリ ID |
lastUpdate |
string |
アプリが最後に更新された日時 |
name |
string |
アプリの名前 |
publishedBy |
string |
アプリの発行元 |
Apps
Power BI にインストールされているアプリの一覧の OData 応答ラッパー
名前 | 型 | 説明 |
---|---|---|
odata.context |
string |
OData コンテキスト |
value |
App[] |
インストールされているアプリの一覧 |