Apps - Get App

지정된 설치된 앱을 반환합니다.

필수 범위

App.Read.All

제한 사항

서비스 주체 인증은 지원되지 않습니다.

GET https://api.powerbi.com/v1.0/myorg/apps/{appId}

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
appId
path True

string

uuid

앱 ID

응답

Name 형식 Description
200 OK

App

정상

예제

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 설치된 앱

Name 형식 Description
description

string

앱 설명

id

string

앱 ID

lastUpdate

string

앱이 마지막으로 업데이트된 날짜 및 시간

name

string

앱 이름

publishedBy

string

앱 게시자