Welcome to SharePoint REST API’s documentation!

SharePoint Rest API provides REST API to connect to SharePoint, similarly to Django Rest Framework.

The library allows you to query specific library or use the search API. You can work in two modality: URLs or Settings.

URL based mode

URL mode would specify: tenant and site in the url

Note

“api/sharepoint/<tenant>/<site>/<library>/<search-type>/?<filter>=<value>”

Settings based mode

Settings mode would use… settings

SHAREPOINT_TENANT SHAREPOINT_SITE

Note

“api/sharepoint/<library>/<search-type>/?<filter>=<value>”

Indices and tables