Accesing content from sitefinity
Hi All,
I have created a new dynamic module example: ABC in sitefinity and added contents. Now I want to access the content from other website (external .net application) page. Shall I directly query from SQL table or any other better approach is available?
Hi Sudhindra,
Sitefinity introduces a RESTful Web Services API, which allows you to create and consume content from your website using the oData protocol. More information is available in the documentation articles here:
http://docs.sitefinity.com/for-developers-client-side-programming-and-web-services
I hope this helps.
Regards,
Svetoslav Manchev
Telerik
Mine is very simple module and will accessed by external application which is in lower framework. Can I fetch data of the sitefinity module from DB and display in external application pages?
Hello Sudhindra,
I would recommend you to check the samples proposed in that discussion:
http://www.sitefinity.com/developer-network/forums/module-builder/how-to-use-sitefinity-web-service-to-display-related-data-in-mobile-app#fgJPOpMGWUyTI37llWNxbQ
Regards,
Svetoslav Manchev
Telerik