sharepoint rest api
5 TopicsSharePoint Online: Apply JSON View formatting using SharePoint REST API
JSON View formatting in SharePoint Online can be a useful tool for customizing the way list/library data is presented to end users. This can help improve the user experience and make it easier for users to understand and interact with the SharePoint list/library data. Learn how to apply JSON View formatting using SharePoint REST API to your SharePoint online lists / Microsoft Lists at:SharePoint Online: Apply JSON View formatting using SharePoint REST API Please consider giving a Like if my post helped you in any way. For SharePoint/Power Platform blogs, visit:Ganesh Sanap Blogs3.8KViews0likes0CommentsWhat is the gap like between Sharepoint REST and Microsoft Graph APIs?
Hello, I am developing a software to keep track of changes to files and folders made on Sharepoint. I am trying to figure out what API to use. My understanding is that Microsoft is giving more focus on Microsoft Graph API. I have been doing research on the differences between them. Based on older posts, it is my understanding that you couldn't do things with Graph API that you could do with Sharepoint Rest APIs. At least that was the case in the past, and the goal was to build Graph API to a point that you use Graph API for all that. Here is a link to Microsoft 365podcast. What is the gap like now? If I want to keep track of changes to made to Sharepoint files and folders. What is the most effective way to get those events? Through Sharepoint REST or Graph API? Thank you.12KViews0likes1CommentUpdate SharePoint List by calling Rest API
I have a list I want to update by calling the list API. I am able to get the data of this list by calling the Rest API, however I am not able to update a column data with PUT method. The API keeps giving me this message: 403 Forbidden. Please help. I will really appreciate it. Thanks3.2KViews0likes2CommentsSharepoint API - REST
Hello, I am trying to access sharepoint REST api using OAuth. I am getting 401 unauthorized exception when I try to call the url https://<<tenant>>.sharepoint.com/sites/pub1/_api/Web/SiteGroups/GetById(<<groupid>>)/users Does this need "full control" permissions? Attached are the permissions setup in azure portal.Solved3.4KViews0likes8Comments