Home > Net >  Sharepoint REST API
Sharepoint REST API

Time:12-13

Can anybody tell me where can I see a documentation for the sharepoint rest api ? I would like to see documentation like swagger has e.g. endpoints dto objects. I need to make an integration with sharepoint to have CRUD functional for files. On enter image description here

Bonus : Also, if you are a beginner and you want to start with SP API, I recommend you to use SP Insider extention, it is a free SharePoint Discovery tool for Developers. It allows you to explore the endpoint in an intuitive way and build your Query easily.

Cordially.

CodePudding user response:

According to my research, I suggest you refer to this document, it contains some examples of CRUD operations with SharePoint using the REST API: enter image description here

Hope it can help you. Thanks for your understanding.

  • Related