SharePoint Online

Posts related to SharePoint online development

The number of items in this list exceeds the list view threshold

Issue Fixed- The number of items in this list exceeds the list view threshold

Error The number of items in this list exceeds the list view threshold, which is 5000 items. Tasks that cause excessive server load (such as those involving all list items) are currently prohibited. As per Microsoft SharePoint design, you can store up to 30 million items or files in a list or library. Filtered views […]

Issue Fixed- The number of items in this list exceeds the list view threshold Read More »

sharepoint-icon-x128

SharePoint site groups REST API reference [CRUD] – _api/web/sitegroups

A Brief Introduction SharePoint is a great collaboration tool from Microsoft. SharePoint can be used as a website and also as a document storage platform. Moreover, SharePoint has very efficient permission management system. Both SharePoint site groups and O365 groups can be used for managing permissions in SharePoint. And more importantly, these SharePoint group permissions

SharePoint site groups REST API reference [CRUD] – _api/web/sitegroups Read More »

sharepoint-icon-x128

Top 11 SharePoint Developer Interview Questions with Answers

| Looking for SharePoint developer interview questions? Good news for you! In this post I have shared many interview questions which are most commonly asked for a 2-5 years experienced SharePoint developer role. I have gathered these questions from multiple experienced professionals and also shared from my experience as well. So if you are looking

Top 11 SharePoint Developer Interview Questions with Answers Read More »

sharepoint-icon-x128

Add Users to SharePoint Online Groups using – REST API

In this post I will share you the steps to add user/users to SharePoint (online) group using REST API. Prerequisites You need the below to follow the tutorial/steps To call REST API I have used Power Automate. You can use Postman or VS code or anything else as per your choice. SharePoint Online Management Shell

Add Users to SharePoint Online Groups using – REST API Read More »

Create SharePoint Online List\Library Columns – [REST API, PowerShell]

In this post I have shared the process to create a new column in SharePoint list or library using REST API or PowerShell. The process is fairly simple and straight forward. Prerequisites You need the following for this tutorial An application to call API endpoints such as Postman, VS code or Power Automate. I have

Create SharePoint Online List\Library Columns – [REST API, PowerShell] Read More »

sharepoint-icon-x128

[Tutorial & Example] Create a SharePoint site using REST API

Do you know that you can very easily create a SharePoint site using REST API call? If not, do not worry this post is all about that. Pre-requisites You need to have SharePoint license and a method to call API. For this example I am using Power Automate, so if you have Power Automate you

[Tutorial & Example] Create a SharePoint site using REST API Read More »

sharepoint-icon-x128

Export All items/file URLs from SharePoint Online [3 Methods]

Exporting SharePoint document/file/item URLs can be quite tiresome if you have multiple sites and if each has multiple libraries/lists. Hence, I am writing this post to help you find the right process for you. In this post I have shared 3 methods which you can use to export all the file/item URLs from any SharePoint

Export All items/file URLs from SharePoint Online [3 Methods] Read More »

power automate logo

Export SharePoint Item / File Details & URLs [Power Automate]

In this post I will share with you the steps to export all file / list item details from SharePoint Online using Power Automate. Using this approach you can get details about each and every file / list item from SharePoint. The end result will look something like below. # Prerequisites You need the following

Export SharePoint Item / File Details & URLs [Power Automate] Read More »