Saturday, December 12, 2015

RestApi In SharePoint 2013


List of REST Access Points
Site
http://peakfinders/site/_api/site

Web
http://peakfinders/site/_api/web

User Profile
http:// peakfinders/site/_api/SP.UserProfiles.PeopleManager

Search
http:// peakfinders/site/_api/search

Publishing
http:// peakfinders/site/_api/publishing
List of REST End Points
The following is a list of end points that are the most commonly used on a SharePoint list.

http://peakfinders/site/_api/web/lists
http://peakfinders/site/_api/lists/getbytitle('listname')
http://peakfinders/site/_api/web/lists(‘guid’)
http://peakfinders/site/_api/web/lists/getbytitle(‘Title’)

No comments:

Post a Comment