Apps - Get App
傳回指定的已安裝應用程式。
必要範圍
App.Read.All
局限性
不支援服務主體驗證。
GET https://api.powerbi.com/v1.0/myorg/apps/{appId}
URI 參數
| 名稱 | 位於 | 必要 | 類型 | Description |
|---|---|---|---|---|
|
app
|
path | True |
string (uuid) |
應用程式識別碼 |
回應
| 名稱 | 類型 | Description |
|---|---|---|
| 200 OK |
還行 |
範例
Example
範例要求
GET https://api.powerbi.com/v1.0/myorg/apps/f089354e-8366-4e18-aea3-4cb4a3a50b48
範例回覆
{
"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 |
|---|---|---|
| description |
string |
應用程式描述 |
| id |
string (uuid) |
應用程式識別碼 |
| lastUpdate |
string (date-time) |
上次更新應用程式的日期和時間 |
| name |
string |
應用程式名稱 |
| publishedBy |
string |
應用程式發行者 |