As I have explained in one of my earlier post that, there are 2 REST APIs to retrieve items from SharePoint: –
- Items – GET request and,
- GetItems – POST request. CAML query in the body.
In this post, I’ll be discussing about the latter.
Read More »
As I have explained in one of my earlier post that, there are 2 REST APIs to retrieve items from SharePoint: –
In this post, I’ll be discussing about the latter.
Read More »
In my, previous post, I had demonstrated how to get List Items using SharePoint REST API. In this post, we will see how to retrieve the following fields:
In this blog post, I’ll show how to use SharePoint REST API, in a C# console application i.e., .NET server side, to fetch ListItems from a SharePoint Online List.
Read More »
I had a SharePoint hosted app. In this app, I was querying a List’s item using SharePoint REST API.
While I had no issues querying items based on a specific query, surprisingly, for certain columns, I was not getting any values. Following is my code snippet that was trying out initially: