Search code examples
microsoft-graph-apionenoteonenote-api

Advantages of microsoft graph api's over Onenote api


I am working on Onenote integration for our application. I am new to onenote and microsoft graph. I don't understand the advantage of using graph api over rest api's provided by Onenote. Only authentication will be done through a common point for work/business and personal account that's the only difference.

Please help me in advantages of using graph api over individual application rest services.


Solution

  • check this - https://developer.microsoft.com/en-us/graph/docs

    Microsoft Graph exposes multiple APIs from Office 365 and other Microsoft cloud services through a single endpoint: https://graph.microsoft.com. Microsoft Graph simplifies queries that would otherwise be more complex.

    You can use Microsoft Graph to:

    Access data from multiple Microsoft cloud services, including Azure Active Directory, Exchange Online as part of Office 365, SharePoint, OneDrive, OneNote, Planner and Microsoft Teams.

    Navigate between entities and relationships.

    Access intelligence and insights from the Microsoft cloud (for commercial users).