Home > SharePoint REST api

How To Update And Delete Items in Bulks Using PnP In SPFx

in this blog, we cover the PnP Bulk Update and Delete Items. Brief information about SP-PnP-JS PnPJS is an open-source solution with active community providing support for it. There is no SLA for the open-source tool support from Microsoft. SP PnP JS are patterns and practices that the core JavaScript library offers. They

This Article is TAGGED in , , , , , , , . Read more

How to send an email using REST API in SharePoint?

In SharePoint Online we have used the Workflow to send an email notification to the user/group, but in some cases, we don't want to create a workflow just for email. For more info about the email trigger using workflow click HERE. In this article, I will share how can we send emails

This Article is TAGGED in , , , , , , . Read more

SharePoint Online Search using Rest API with query text?

Hello  Today we will cover SharePoint Search with REST API. In this tutorial, I will explain SharePoint Search API with the Query Text parameter. In my next article, I will cover Query parameters with different data types like SelectProperties, RefinementFilters, Properties etc. The Search REST service supports both HTTP POST and HTTP GET

This Article is TAGGED in , , , , , , , . Read more

Delete list Items based on REST API $filter in SharePoint 2013

Hello everyone, in this post we will discuss how we can delete list Items based on REST API $filter query in SharePoint 2013. This can be done in two different ways, either by using CSOM/JSOM or via the SharePoint REST API. In this post I'll show you how it's done using

This Article is TAGGED in , , , . Read more

How to Create a Basic Accordion SharePoint Hosted Add-in

In this article, we are going to make a Basic Accordion SharePoint Hosted Add-in, built with HTML, CSS and jQuery. These type of add-ins are mostly used in FAQ's where we have Question and Answers.  Before start on an Accordion I request to go through the other SharePoint Add-in articles in this

This Article is TAGGED in , , , , . Read more