Figuring our complex REST queries for SharePoint
Posted by: Sahil Malik - blah.winsmarts.com,
on 08 Oct 2011 |
View original | Bookmarked: 0 time(s)
SharePoint 2010 Training: more information
A little while ago, I showed the REST query for a relatively complex query. Some readers have emailed me about how to figure out further queries, and especially for complex insert/delete/update scenarios. Well it is quite easy to figure out almost any query for SharePoint REST API. Okay, this is not just about SharePoint you can apply what you read here for any REST API interface supported by Microsoft, like WCF data services. But, sometimes when you have many columns, or complex update operations, or are working with weird providers, it is tough to figure out the specific HTTP...