4
Answers

Filter condition in rest api query in sharepoint not working

Photo of Vanaraj n

Vanaraj n

9y
3.2k
1

The below mentioned i used to get the data from lists using filter but it doesnot retrieve the values.kindly help me out.

query.RestQuery = "getbytitle('RFA')/Items?$select=ESI_ProjectSeqNoLookupId&$filter=ESI_ProjectSeqNoLookup eq '136616'";

Answers (4)