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
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 |
---|---|---|
description |
string |
應用程式描述 |
id |
string |
應用程式識別碼 |
lastUpdate |
string |
上次更新應用程式的日期和時間 |
name |
string |
應用程式名稱 |
publishedBy |
string |
應用程式發行者 |