SharePoint REST API

The SharePoint REST API provides direct access to SharePoint sites, lists, libraries, items, and other resources using OData endpoints. Developers can perform CRUD operations on SharePoint content, manage site structures, work with content types, and interact with search and taxonomy services.

API entry from apis.yml

apis.yml Raw ↑
aid: microsoft-sharepoint:rest-api
name: SharePoint REST API
tags:
- Collaboration
- Content Management
- SharePoint
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://{tenant}.sharepoint.com/_api/
humanURL: https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service
properties:
- url: https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service
  type: Documentation
- url: https://learn.microsoft.com/en-us/sharepoint/dev/apis/sharepoint-rest-graph
  type: Reference
description: The SharePoint REST API provides direct access to SharePoint sites, lists, libraries, items,
  and other resources using OData endpoints. Developers can perform CRUD operations on SharePoint content,
  manage site structures, work with content types, and interact with search and taxonomy services.