The glib answer appears to be - Use Umbraco-Heartcore.
However, what do people do when they want/need to use either Umbraco-Cloud or Umbraco-CMS, but also have a need to provide a REST interface for integration with services such as MS-PowerApps, MS-PowerBI, Dynamics365, etc - and need to be able to respond to REST-API requests (public and secure) with JSON data ?
REST-API for Umbraco-CMS and Umbraco-Cloud ?
The glib answer appears to be - Use Umbraco-Heartcore.
However, what do people do when they want/need to use either Umbraco-Cloud or Umbraco-CMS, but also have a need to provide a REST interface for integration with services such as MS-PowerApps, MS-PowerBI, Dynamics365, etc - and need to be able to respond to REST-API requests (public and secure) with JSON data ?
Hi MB
It might be that you already know this but if you want to have a REST API and not use Umbraco Heartcore
Then we have some documentation about webAPI which you can find here
https://our.umbraco.com/documentation/reference/routing/webapi/
Hope this can help you to solve what you are trying to do.
Best,
/Dennis
Hi,
Thanks Dennis, yes I had already read about WebAPI and worked out that was basically my solution.
I should have updated this question with the answer but forgot about it, as other 'stuff' came up in the meantime.
is working on a reply...