This documentation is for an older version of GoodData.
Go to the latest version of this article.
CatalogWorkspaceService.
get_declarative_workspaces
get_declarative_workspaces(exclude: Optional[list[str]]) ->
CatalogDeclarativeWorkspaces
Get all workspaces in the current organization in a declarative form.
Parameters
| name | type | description |
|---|---|---|
| exclude | Optional[list[str]] | Defines properties which should not be included in the payload. |
Returns
| type | description |
|---|---|
| CatalogDeclarativeWorkspaces | Declarative Workspaces object including all the workspaces for given organization. |