Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 781
NaaHCat Avatar asked Oct 25 '18 02:10

NaaHCat


1 Answers

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

like image 62
Lee Liu Avatar answered Oct 07 '22 20:10

Lee Liu