Forum Discussion
senthil kumar kandasamy
May 02, 2018Copper Contributor
HTTP 403 Forbidden error for getchanges SharePoint REST API call
Hi, I'm new to sharepoint and stuck with the below issue: Objective: To query for changes (updated or deleted list items) from Sharepoint online sites using REST API from a C# Console application. ...
May 02, 2018
Out of curiosity: why do you want to use RET API in your console application? With CSOM you are going to be much more productive and get the data you need
- senthil kumar kandasamyMay 02, 2018Copper Contributor
Hello Juan,
Thank you for your reply. Our team's view is that if we build our product using REST API, we can be flexible to adopt to different environments and also avoid dependencies on specific sharepoint assemblies (like Microsoft.SharePoint.Client.dll ) . If I cannot resolve my ChangeQuery call using REST, then we would go for CSOM.
Thanks,
senthil