Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Angular JS + SharePoint List + Rest API

Below is the simple task I want to do :

1) Create a simple form – employee details form and use SharePoint list to save the data.

2) You have to complete CRUD operations for that employee details by using angularjs and rest services. If you will use SharePoint list then you don’t need to write service code separately, REST API is already available for this.

So what I need to do is to communicate SharePoint list with AngularJs and REST. I am new to AngularJs , Sharepoint and REST. Tried to search on google but could not find same.

like image 492
Girish Avatar asked Jul 19 '26 09:07

Girish


1 Answers

I found a nice and easy article by Saikiran Sheshagiri, explaining how to get List Data in SharePoint 2013 using Rest api and AngularJS .

Found another great article by Jeremy Thake, explaining how to use REST API to Host Web with AngularJS Services.

like image 103
Alex Choroshin Avatar answered Jul 20 '26 22:07

Alex Choroshin