
Announcements
Greetings,
I am trying to figure out if it is possible to get data from Dynamics 365 Online CRM using an API for a .NET Core Daemon application.
Specifically, I need to create an internal application that generates statistics on CMR cases created in our on-line Dynamics 365 CRM: number of tasks that are open, turnaround times for tasks by users, turnaround times for CRM cases by products, number of cases that have SLAs that were closed in compliance with the SLA, etc.
There is an example in the Azure AD that shows how to use MSAL to access Active Directory Users using MSAL (using Microsoft Graph), but I cannot find an example or documentation that shows how to call an API from a .NET Core Daemon (i.e. Console Application) that allows us to extract data from the cases and tasks created and stored in DataVerse.
Anyone know of an example or on-line resource that can server as a starting point?
Ivan