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 |
确定 |
示例
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 |
应用发布者 |