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.
CatalogWorkspaceContentService.
get_facts_catalog
get_facts_catalog(workspace_id: str) ->
list[CatalogFact]
Retrieve all facts in a given workspace.
Parameters
name | type | description |
---|---|---|
workspace_id | str | Workspace identification string e.g. "demo" |
Returns
type | description |
---|---|
list[CatalogFact] | List of all facts in a given workspace. |