Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Here i am selecting top 500 rows from the list using below rest api method, I want to select only distinct values for (ESI_ProjectSeqNoLookupId ) column .Please explain in below code where to insert distinct keyword or someother way to select column in ESI_ProjectSeqNoLookupId.

query.RestQuery = "getbytitle('RFA')/Items?$select=ID,ESI_AFENo,ESI_ProjectSeqNoLookupId&$top=500";

What I have tried:

where to use distinct keyword i dont know
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900