This documentation is for the unstable version of GoodData, currrently in development.
For stable version, go to the latest stable version of this article.
For stable version, go to the latest stable version of this article.
catalog_workspace.
get_declarative_workspaces
get_declarative_workspaces()
Gets the layout of all workspaces and their hierarchy.
Parameters
None
Returns
| type | description |
|---|---|
| CatalogDeclarativeWorkspaces | Declarative Workspaces object including all the workspaces for given organization. |
Example
# Get declarative workspace
declarative_workspaces = sdk.catalog_workspace.get_declarative_workspaces()