Forum Discussion
cozimek
Dec 07, 2020Brass Contributor
Which API is the "Web API"?
Our web application will be used by organizations that are typically using Dynamics. So, my goal is to allow an external web application to do CRUD actions in the Dataverse. I'm trying to get my he...
DavidWorner
Dec 08, 2020Brass Contributor
The term API refers to "application programming interface". The ASP.NET Web API is the foundation for building a web application interface, that is, an HTTP-based service, over the .NET Framework. The most common use of web APIs is for building peaceful services.