This documentation is for an older version of GoodData.
Go to the latest version of this article.
CatalogWorkspaceContentService.
get_attributes_catalog
get_attributes_catalog(
workspace_id: str, include: list[str]
) ->
list[CatalogAttribute]
Retrieve all attributes in a given workspace.
Parameters
name | type | description |
---|---|---|
workspace_id | str | Workspace identification string e.g. "demo" |
include | list[str] | Entities to include. Available: datasets, labels, attributeHierarchies, dataset, defaultView, ALL |
Returns
type | description |
---|---|
list[CatalogAttribute] | List of all attributes in a given workspace. |