Posts by Radd • 11 points
3 posts
-
1
votes1
answer195
viewsA: How to use Sharepoint Online REST API via local HTML
You will be able to perform Sharepoint Online queries in this way using Microsoft Graph. You can choose the platform you will develop with the Graph Api. Generate an App ID And then use one of the…
sharepointanswered Radd 11 -
0
votes2
answers758
viewsA: Angularjs + Sharepoint + Rest API
Tries to change the: url: _spPageContextInfo.webServerRelativeUrl + "/_api/web/lists/getbytitle('.... for: url: _spPageContextInfo.webAbsoluteUrl+"/_api/web/lists/getByTitle('....…
-
0
votes1
answer111
viewsA: Export Sharepoint list to json using jquery
Hello You should create an HTML like this: <script type="text/javascript" src="jquery.min.js"></script> <script type="text/javascript" src="RESTGetListItems.js"></script>…