ODBC Driver for Bitbucket

Build 24.0.9060

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.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060