SharePoint Rest API Crud Operations

sharepoint rest api crud operations

You can perform basic Create, Read, Update, Delete, and Filter (CRUD) operations by using the Representational State Transfer (REST) interface provided by SharePoint. In this SharePoint tutorial, we will discuss how to insert, update, delete and retrieve list items using Rest API in SharePoint Online/2013/2016. This tutorial is all about SharePoint rest API crud operations. … Read more >>>

[Solved] The property or field Url has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested error in SharePoint

SharePoint 2013 The property or field Url has not been initialized SharePoint online

This SharePoint tutorial explains, how to solve the error: The property or field Url has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested. The error comes while working with SharePoint CSOM (Client Side Object Model). Recently I was working with csom … Read more >>>

The collection has not been initialized. It has not been requested or the request has not been executed

SharePoint Online Office 365 The collection has not been initialized

Hi, folks today we are discussing the most common issue while retrieving a collection object using CSOM (Client-side object model) in SharePoint 2013/2016/Online. Here we will see how to resolve the error: ‘Microsoft.SharePoint.Client.CollectionNotIntitializedException’ occurred. The collection has not been initialized. It has not been requested or the request has not been executed. It may need … Read more >>>

SharePoint Rest API Select, Filter, Sort and Paging Example

sharepoint 2013 sorting filtering using rest api 2.png

In this SharePoint Rest API tutorial, we will discuss how to use Rest API select, filter, sort, and paging in the SharePoint list. In the same way, we can use SharePoint Rest API to select, filter, sort, and paging in SharePoint Online or SharePoint 2013/2016. I have explained how to work with SharePoint list items, … Read more >>>

Office 365 Calendar Add-in by Virto Software Product Review

Office 365 Calendar Add-in by Virto Software Product Review

Today many small, medium, and large organizations are moving from various platforms to SharePoint online. Either few are moving from Lotus Notes to SharePoint or from various old versions of SharePoint (MOSS 2007 / SharePoint 2010 / SharePoint 2013) versions to SharePoint Online. And almost every organization uses Calendar to see a group or personal … Read more >>>

The security validation for this page is invalid and might be corrupted error in SharePoint Rest API

The security validation for this page is invalid and might be corrupted error in SharePoint 2013 Rest API

This SharePoint tutorial explains how to solve error Microsoft.SharePoint.SPException. The security validation for this page is invalid and might have corrupted. Please your browser’s back button to try your operation again. status 403, FORBIDDEN. Recently while I was trying to create a group by using Rest API in SharePoint 2013, I got the following error … Read more >>>

>