Workspace Collections - list By Subscription

Retrieves all existing Power BI workspace collections in the specified subscription.

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.PowerBI/workspaceCollections?api-version=2016-01-29

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.

api-version
query True

string

Client Api Version.

Responses

Name Type Description
200 OK

WorkspaceCollectionList

Get workspaces response

Other Status Codes

Error

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

Definitions

Name Description
AzureSku
AzureSkuName

SKU name

AzureSkuTier

SKU tier

Error
ErrorDetail
WorkspaceCollection
WorkspaceCollectionList

AzureSku

Name Type Description
name

AzureSkuName

SKU name

tier

AzureSkuTier

SKU tier

AzureSkuName

SKU name

Name Type Description
S1

string

AzureSkuTier

SKU tier

Name Type Description
Standard

string

Error

Name Type Description
code

string

details

ErrorDetail[]

message

string

target

string

ErrorDetail

Name Type Description
code

string

message

string

target

string

WorkspaceCollection

Name Type Description
id

string

Resource id

location

string

Azure location

name

string

Workspace collection name

properties

object

Properties

sku

AzureSku

tags

object

type

string

Resource type

WorkspaceCollectionList

Name Type Description
value

WorkspaceCollection[]