API Reference > presentation-backend > Core > PresentationManager > getPagedDistinctValues getPagedDistinctValues Method Retrieves distinct values of specific field from the content based on the supplied content descriptor override. getPagedDistinctValues(requestOptions: WithClientRequestContext<DistinctValuesRequestOptions<IModelDb, Descriptor, KeySet, RulesetVariable>>): Promise<PagedResponse<DisplayValueGroup>> Parameter Type Description requestOptions WithClientRequestContext<DistinctValuesRequestOptions<IModelDb, Descriptor, KeySet, RulesetVariable>> Options for the request Returns - Promise<PagedResponse<DisplayValueGroup>> A promise object that returns either distinct values on success or an error string on error. Defined in presentation/backend/src/presentation-backend/PresentationManager.ts Line 794 Last Updated: 11 June, 2024