Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 26th, 2012  |  syntax: None  |  size: 0.28 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Querying choice field in Sharepoint using rest
  2. http://sp2010/_vti_bin/listdata.svc/mylist?$filter=myChoicesColumn contains something
  3.        
  4. $filter=myChoicesColumn eq 'something'
  5.        
  6. http://sharepoint/_vti_bin/ListData.svc/Product?$expand=Country&$filter=Country/Title eq 'France'