Workspaces
Workspaces accessible by the authenticated user.
View Specific Information
Select
The driver uses the Bitbucket API to process WHERE clause conditions built with the below columns. Filtering on other columns is processed client-side within the driver.
- UUID
- Name
- Slug
- IsPrivate
- CreatedOn
The driver uses the Bitbucket API to process ORDER BY clause conditions built with the below columns. Sorting on other columns is processed client-side within the driver.
- UUID
- Name
- Slug
- IsPrivate
- CreatedOn
For example, the following query is processed server side:
SELECT * FROM Workspaces WHERE Name='MySpace'
Columns
Name | Type | References | Description |
UUID [KEY] | String | The workspace's immutable id | |
Name | String | The name of the workspace. | |
Slug | String | The short label that identifies this workspace. | |
IsPrivate | Bool | Whether the workspace is publicly accessible, or private to the team and only visible to team members. | |
CreatedOn | Datetime | When the workspace was created. |