Apps - Get App

Returns the specified installed app.

Required Scope

App.Read.All

Limitations

Service principal authentication isn't supported.

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

URI Parameters

Name In Required Type Description
appId
path True

string (uuid)

The app ID

Responses

Name Type Description
200 OK

App

OK

Examples

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"
}

Definitions

App

A Power BI installed app

Name Type Description
description

string

The app description

id

string (uuid)

The app ID

lastUpdate

string (date-time)

The date and time the app was last updated

name

string

The app name

publishedBy

string

The app publisher