WorkspaceIds
Workspaces accessible by the authenticated user
View Specific Information
Select
The connector uses the Bitbucket API to process WHERE clause conditions built with the below columns. Filtering on other columns is processed client-side within the connector.
- Slug supports the '=', '!=', 'LIKE', 'IN', 'NOT IN', 'IS', 'IS NOT' operators.
- Administrator supports the '=' operator.
All sorting must be processed client-side within the connector.
For example, the following query is processed server side:
SELECT * FROM WorkspaceIds WHERE Slug='myworkspace'
Columns
| Name | Type | References | Description |
| UUID [KEY] | String | The workspace's immutable id. | |
| Slug | String | The short label that identifies this workspace. | |
| Administrator | Bool | Whether the user is an administrator for the workspace. |