.NET access to Plone data

Hello everyone, I need help regarding some custom requirements I got from my colleagues for some data from our plone site to be displayed in some other app. What is the best way for me to convert database to some relational database. I'm interested just on news text, heading, image and content for news which are displayed in our site. I want to be able from .NET app to access those data.
Regards

1 Like

https://plonerestapi.readthedocs.io/ is your friend; Or write a browserview that exposes the data as json.

1 Like

Thank You Mr. Bruggink, I will check it out.