Workspaces
Retrieves all workspaces a user has access to within the user's default tenant.
Table-Specific Information
Select
The component uses the Anaplan API to process WHERE clause conditions that are built with the following columns and operators:
- Id supports the '=' comparison operator.
For example, the following queries are processed server-side:
SELECT * FROM [Workspaces] WHERE [Id] = '123'
The component processes other filters client-side within the component.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The unique identifier for the workspace. | |
| Name | String | The name of the workspace. | |
| Active | Bool | Indicates whether the workspace is currently active. | |
| SizeAllowance | Long | The allocated storage quota for the workspace. | |
| CurrentSize | Long | The current storage size of the workspace. |