This documentation is for an older version of GoodData.
Go to the latest version of this article.
catalog_workspace_content.
get_declarative_analytics_model
get_declarative_analytics_model(workspace_id: str, exclude: Optional[list[str]])
Gets an analytics model layout.
Parameters
name | type | description |
---|---|---|
workspace_id | string | Workspace identification string e.g. "demo" |
exclude | Optional[list[str]] | Defines properties which should not be included in the payload. E.g.: ["ACTIVITY_INFO"] |
Returns
type | description |
---|---|
CatalogDeclarativeAnalytics | Object Containing declarative Analytical Model. |