Apps - Get Apps
설치된 앱 목록을 반환합니다.
필수 범위
App.Read.All
제한 사항
서비스 주체 인증은 지원되지 않습니다.
GET https://api.powerbi.com/v1.0/myorg/apps
응답
Name | 형식 | Description |
---|---|---|
200 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"
}
]
}
정의
Name | Description |
---|---|
App |
Power BI 설치된 앱 |
Apps |
Power BI 설치된 앱 목록에 대한 OData 응답 래퍼 |
App
Power BI 설치된 앱
Name | 형식 | Description |
---|---|---|
description |
string |
앱 설명 |
id |
string |
앱 ID |
lastUpdate |
string |
앱이 마지막으로 업데이트된 날짜 및 시간 |
name |
string |
앱 이름 |
publishedBy |
string |
앱 게시자 |
Apps
Power BI 설치된 앱 목록에 대한 OData 응답 래퍼
Name | 형식 | Description |
---|---|---|
odata.context |
string |
OData 컨텍스트 |
value |
App[] |
설치된 앱 목록 |