Hi All,
I am developing an Application in which I have one list in SharePoint and rest of the data is in Access App. I want to access data from one of the table column in SharePoint list.
For Eg.
- I have a SharePoint list called "Project" in SharePoint site which is used in Access app to create a link table.
- This SPList has a unique column called ProjectId which is used as lookup in Access Table called "Project Details".
- This "Project Details" has ProjectId as lookup and it has Project Status column as well.
- The access data is saved in SQL server and i have all the required connection information.
Now my requirement is to bring this Project Status column data into SharePoint list against the same ProjectId.
Is there a way I can get data from BCS using REST API?
Please note creating content type from SharePoint designer is no option for me. I need to bring data using REST API only.
Thanks in Advance.
Monali