Thursday, May 14, 2020

What are the end points in Rest Api?

Ans:-You make HTTP requests to the appropriate endpoints to retrieve or update SharePoint entities, such as webs, lists, and list items.
List
REST EndPoint: http://server/site/_api/web/lists

Site
REST EndPoint: http://server/site/_api/site

Web
REST EndPoint: http://server/site/_api/web

User Profile
REST EndPoint: http://server/site/_api/Sp.UserProfiles.PeopleManager

Search
REST EndPoint: http://server/site/_api/search

Publishing
REST EndPoint: http://server/site/_api/publishing

No comments:

Post a Comment