Currently I'm trying to build a headless CMS using Microsoft Power Apps in combination with Microsoft Dataverse. The Power App for managing the content is done and working, but now I struggle with accessing the data from within my website by using javascript.
I know the documentation about the Dataverse Web API, but I'm not sure how to implement fetching the table data from within my website.
Two questions arised:
Many thanks in advice and have a nice day!
Yes. Dynamics API can be used after authentication, either with User, Impersonated CRM user or non-interactive Application user.
Yes. Azure app registration gives the Client Id/Secret for App user (Non-interactive - who cannot login in CRM UI and consume license, but just for integration).
Otherwise APIM can come handy to wrap around the CRM API and used in Website. Either way Client side (Ex. jquery AJAX) or Server side (Ex. HttpRequest) has to be used for GET/POST methods.