This documentation is for an older version of GoodData.
Go to the latest version of this article.
CatalogWorkspaceContentService.
get_declarative_analytics_model
get_declarative_analytics_model(
workspace_id: str, exclude: Optional[list[str]]
) ->
CatalogDeclarativeAnalytics
Retrieves declarative analytics model. The model is tied to the workspace and organization.
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. E.g.: ["ACTIVITY_INFO"] |
Returns
type | description |
---|---|
CatalogDeclarativeAnalytics | Object Containing declarative Analytical Model |