Search code examples
restsharepoint-2013microsoft-graph-apisharepoint-online

Is there a complete list of sharepoint online rest api from official docs?


As title said, Is there a complete list of sharepoint online rest api from official docs?

I've done some research. However from the MS docs I can only find Complete basic operations using SharePoint REST endpoints and Get to know the SharePoint REST service.

Or maybe there just isn't one for the current Sharepoint Online implementation from official docs which have REST api reference and samples.

I was consider using MS graph as well, however it seems at the moment, the operations exposed by the Graph for SharePoint are very limited when compared to the native SharePoint REST API.

If there is a list, please share.


Solution

  • REST APIs of SharePoint are conformed to the specification of OData, we can use it like we use other OData APIs.

    Here you go:

    REST API reference and samples

    More information about OData, we can refer to: OData - the best way to REST