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:
I installed MongoDB on one of the Windows prod server. The installation was successful. However, when I tried to start the application, I got the following error:
The program can’t start because api-ms-win-crt-runtime-l1-1-0.dll is missing from your computer.
I had just enabled the multi-factor authentication option for my Office365 account. I chose authentication by Microsoft Authenticator app. Once the setup was completed, I was able to successfully access my Office365 account/apps online i.e., in a web browser. However, on my laptop, I was unable to sign into any of my office apps (Outlook, Skype for Business, etc.).
Read More »