Thursday, April 5, 2018

Console Application To Fetch SharePoint List Data Using REST API With CAML Query In C# Managed Code

SharePoint 2013 has many restful APIs, to fetch data from lists. However, sometimes we need to use CAML query to filter out the data. SharePoint rest API has an option to pass CAML query as a data to API call. Below steps will help you to call a rest API with CAML query filtering.

source https://www.c-sharpcorner.com/article/console-application-to-fetch-sharepoint-list-data-using-rest-api-with-caml-query2/

No comments:

Post a Comment