Apps - Get Apps
Returns a list of installed apps.
Required Scope
App.Read.All
Limitations
Service principal authentication isn't supported.
GET https://api.powerbi.com/v1.0/myorg/apps
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK |
Examples
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"
}
]
}
Definitions
Name | Description |
---|---|
App |
A Power BI installed app |
Apps |
The OData response wrapper for a list of Power BI installed apps |
App
A Power BI installed app
Name | Type | Description |
---|---|---|
description |
string |
The app description |
id |
string |
The app ID |
lastUpdate |
string |
The date and time the app was last updated |
name |
string |
The app name |
publishedBy |
string |
The app publisher |
Apps
The OData response wrapper for a list of Power BI installed apps
Name | Type | Description |
---|---|---|
odata.context |
string |
OData context |
value |
App[] |
The list of installed apps |