SharePoint 2010 REST Service Syntax Diagram
I wanted to share with you the REST Service syntax diagram for SharePoint 2010

Example
http://example.com/_vti_bin/ListData.svc/MyList?$filter=MyColumn eq 'Music'
Returns all items in MyList that has a column that content is equal to 'Music'

Example
http://example.com/_vti_bin/ListData.svc/MyList?$filter=MyColumn eq 'Music'
Returns all items in MyList that has a column that content is equal to 'Music'
Comments
Post a Comment