EndPoint Get a Workspace
Name
get_workspace
Description
Get a Workspace by ID. [API reference]
Parameters
Parameter | Label | Required | Options | Description |
---|---|---|---|---|
Id | Id | YES |
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 a Workspace using API Source
Power BI
Get a Workspace

Get a Workspace using API Destination
Power BI
Get a Workspace
