API Reference > presentation-backend > Core > PresentationManager > getSelectionScopes getSelectionScopes Method Overloads getSelectionScopes(requestOptions) getSelectionScopes(requestContext, requestOptions) Deprecated getSelectionScopes(requestOptions) Retrieves available selection scopes. getSelectionScopes(requestOptions: WithClientRequestContext<SelectionScopeRequestOptions<IModelDb>>): Promise<SelectionScope[]> Parameter Type Description requestOptions WithClientRequestContext<SelectionScopeRequestOptions<IModelDb>> Returns - Promise<SelectionScope[]> getSelectionScopes(requestContext, requestOptions) Deprecated Use an overload with one argument Retrieves available selection scopes. getSelectionScopes(requestContext: ClientRequestContext, requestOptions: SelectionScopeRequestOptions<IModelDb>): Promise<SelectionScope[]> Parameter Type Description requestContext ClientRequestContext requestOptions SelectionScopeRequestOptions<IModelDb> Returns - Promise<SelectionScope[]> Defined in presentation/backend/src/presentation-backend/PresentationManager.ts Line 900 Last Updated: 11 June, 2024