Workspaces

Retrieves all existing Power BI workspaces in the specified workspace collection.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBI/workspaceCollections/{workspaceCollectionName}/workspaces?api-version={api-version}

URI Parameters

Name In Required Type Description
subscriptionId
path True
  • string

Gets subscription credentials which uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

resourceGroupName
path True
  • string

Azure resource group

workspaceCollectionName
path True
  • string

Power BI Embedded Workspace Collection name

api-version
query True
  • string

Client Api Version.

Responses

Name Type Description
200 OK

Get workspaces completed successfully

Other Status Codes

Default Response. It will be deserialized as per the Error defintion specified in the schema. Exception will be thrown.

Definitions

Error
ErrorDetail
Workspace
WorkspaceList
Name Type Description
code
  • string
details
message
  • string
target
  • string
Name Type Description
code
  • string
message
  • string
target
  • string
Name Type Description
id
  • string

Workspace id

name
  • string

Workspace name

properties
  • object

Property bag

type
  • string

Resource type

Name Type Description
value