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.
CatalogWorkspaceService.
get_declarative_workspace
get_declarative_workspace(workspace_id: str, exclude: Optional[list[str]]) ->
CatalogDeclarativeWorkspaceModel
Retrieve a workspace layout.
Parameters
name | type | description |
---|---|---|
workspace_id | str | Workspace identification string e.g. "demo" |
exclude | Optional[list[str]] | Defines properties which should not be included in the payload. |
Returns
type | description |
---|---|
CatalogDeclarativeWorkspaceModel | Object Containing declarative Logical Data Model and declarative Analytical Model. |