Saturday, November 2, 2013

REST API URI calls in SharePoint 2013


REST EndPoint URI calls

Following are common useful endpoints

If you want to access a site collection, url syntax is

     http://server/site/_api/site

If you want to access a site

    http://server/site/_api/web

If you want to Invoke search

   http://server/site/_api/search

If you want to Invoke List

   http://server/site/_api/web/lists/getbytitle('list name')


For more information, visit url: http://msdn.microsoft.com/en-us/library/office/dn292556.aspx

No comments:

Post a Comment