Power BI Connector
Documentation
Version: 2
Documentation

EndPoint Get Workspaces


Name

get_workspaces

Description

Get all user's Workspaces. [API reference]

Parameters

Parameter Label Required Options Description
There are no parameters

Output Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
Id DT_STR varchar(36) 36 False
Name DT_WSTR nvarchar(150) 150 False
Type DT_WSTR nvarchar(50) 50 False
IsReadOnly DT_BOOL bit False
IsOnDedicatedCapacity DT_BOOL bit False

Input Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime.

Examples

SSIS

Use Power BI Connector in API Source component to read data or in API Destination component to read/write data:

Get Workspaces using API Source

Power BI
Get Workspaces
SSIS API Source - Read from table or endpoint

Get Workspaces using API Destination

Power BI
Get Workspaces
SSIS API Destination - Access table or endpoint