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()