Apps - Get Apps
傳回已安裝的應用程式清單。
必要範圍
App.Read.All
局限性
不支援服務主體驗證。
GET https://api.powerbi.com/v1.0/myorg/apps
回應
| 名稱 | 類型 | Description |
|---|---|---|
| 200 OK |
還行 |
範例
Example
範例要求
GET https://api.powerbi.com/v1.0/myorg/apps
範例回覆
{
"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"
}
]
}
定義
| 名稱 | Description |
|---|---|
| App |
已安裝Power BI的應用程式 |
| Apps |
已安裝Power BI 應用程式清單的 OData 回應包裝函式 |
App
已安裝Power BI的應用程式
| 名稱 | 類型 | Description |
|---|---|---|
| description |
string |
應用程式描述 |
| id |
string (uuid) |
應用程式識別碼 |
| lastUpdate |
string (date-time) |
上次更新應用程式的日期和時間 |
| name |
string |
應用程式名稱 |
| publishedBy |
string |
應用程式發行者 |
Apps
已安裝Power BI 應用程式清單的 OData 回應包裝函式
| 名稱 | 類型 | Description |
|---|---|---|
| @odata.context |
string |
OData 內容 |
| value |
App[] |
已安裝的應用程式清單 |