Call REST services in SharePoint 2013

In SharePoint 2010, you use something like:

http://sp2010srv/jwtest1/ListData.svc/mytest1()

to list the data.
Instead, in SharePoint 2013 RTM, you use

http://sp2013srv/jwtest1/_vti_bin/client.svc/lists/getByTitle('mytest1')/items
This entry was posted in Uncategorized. Bookmark the permalink.

Leave a comment