CatalogWorkspaceService.

get_filter_view

get_filter_view( workspace_id: str, filter_view_id: str ) -> CatalogFilterView

Get filter view by its id.

Parameters

nametypedescription
workspace_idstrString containing id of the workspace.
filter_view_idstrString containing id of the filter view.

Returns

typedescription
CatalogFilterViewFilterView entity object.