Forum Discussion

SivaniR's avatar
SivaniR
Copper Contributor
Jun 08, 2023

Sharepoint Graph API end points

Hi Team,

We are trying to migrate from Sharepoint rest end points to using Sharepoint Graph API end points.

Do we have any equivalent graph API end points wrt the rest ones.

 

  • Lalit Mohan's avatar
    Lalit Mohan
    Iron Contributor
    Hi, SivaniR Yes, SharePoint Graph API provides equivalent endpoints for many of the SharePoint REST API endpoints. The Graph API is the recommended way to interact with SharePoint and offers a more modern and comprehensive set of features. 1- SharePoint Graph API has equivalent endpoints for SharePoint REST API. 2- It is the recommended way to interact with SharePoint. 3- Graph API offers a modern and comprehensive set of features. 4- Examples of equivalent endpoints include CRUD operations on items in lists and libraries. 5- You can list libraries and files using Graph API endpoints. Microsoft Graph API documentation for SharePoint provides detailed information on available endpoints. Remember to refer to the Microsoft Graph API documentation for SharePoint for specific details and usage guidelines for each endpoint.

Resources