Latest Posts

SharePoint REST API


    Basic CRUD (Create, Read, Update and Delete) operations can be performed on various SharePoint objects using Representational State Transfer (REST) interface provided by SharePoint. The REST interface exposes almost all functionalities provided by the other Client APIs.

    REST API does not require any dll or JS library, as it is based on OData protocol, we can use REST API directly to interact with SharePoint.

    You just need to use appropriate endpoint URL and you can access/update SharePoint objects like Web, List, List Items, Groups, etc...

    In this set of tutorials, we are going to focus on examples on SharePoint REST API

    We have tried to give most of the REST API examples that can be used in school teaching, college teaching, learning, research work, development, interview preparation.

© 2024 Code SharePoint