SharePoint REST API

API for accessing and managing SharePoint sites, lists, and documents.

API entry from apis.yml

apis.yml Raw ↑
name: SharePoint REST API
description: API for accessing and managing SharePoint sites, lists, and documents.
humanURL: https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service
baseURL: https://{site-url}/_api/
tags:
- Collaboration
- Documents
- Lists
- SharePoint
properties:
- type: Documentation
  url: https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/complete-basic-operations-using-sharepoint-rest-endpoints
- type: Reference
  url: https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/sharepoint-net-server-csom-jsom-and-rest-api-index
- type: Code Samples
  url: https://github.com/SharePoint/sp-dev-samples