About 298,000 results
Open links in new tab
  1. Complete basic operations using SharePoint REST endpoints

    Sep 15, 2021 · You can perform basic create, read, update, and delete (CRUD) operations by using the Representational State Transfer (REST) interface provided by SharePoint. The …

  2. Complete basic operations using SharePoint client library code

    For more information about the sets of APIs available on the SharePoint platform, see Choose the right API set in SharePoint. This article shows how to perform basic operations by using the …

  3. c# - SharePoint REST API - HttpClient - Stack Overflow

    Feb 4, 2025 · This is in alignment with the instructions found here: Learn Microsoft - SharePoint REST API. This works brilliant, the GetWebRequest call populates the headers and returns …

  4. Building a Minimal C# .NET Console App to Connect to SharePoint

    Sep 4, 2025 · This article is your reusable base to start any SharePoint Online automation in C# with interactive MSAL authentication. It does one thing: sign you in and prove the connection …

  5. How to build a SharePoint API integration - rollout.com

    Aug 11, 2024 · A comprehensive guide to building a SharePoint API integration including code examples

  6. Complete basic operations using SharePoint client library code

    Write code to perform basic operations with the SharePoint .NET Framework client object model (CSOM).

  7. how to use sharepoint rest api with C#?

    Feb 20, 2018 · I am trying to use C# to get listitems from sharepoint online (i cannot use sharepoint.client.dll because the tools doesn't support it), hence i looking for other way like …

  8. GitHub - pnp/pnpcore: The PnP Core SDK is a modern .NET SDK …

    The initial goal for this library will be to cover the needs of developers working with either SharePoint Online or Teams, but we're also open to extend this library further towards other …

  9. Establishing OAuth 2.0 Authentication to SharePoint Online REST ...

    Mar 27, 2024 · In this article, I will share how to authenticate with OAuth 2.0 on Office 365’s SharePoint Online platform. The process includes registration of an app on Entra ID with …

  10. How to Integrate Microsoft SharePoint API to Manage Documents in C#

    Learn to integrate Microsoft SharePoint API with C# for seamless document management. Follow our step-by-step guide to boost your productivity today!