Hi,
I have read few articles which suggest about new change of API limit and also experienced in one of my developed solution.
Articles: https://docs.microsoft.com/en-us/dynamics365/customer-engagement/developer/api-limits
User Article: https://community.dynamics.com/crm/f/117/t/316019
I have gone through both the articles but I have following queries. It will be really helpful if any one guide me for that.
1- I have a Azure based WCF-RESTful API which use to communicate between a website and Dynamics 365. It is kind of portal. It is hosted on Azure Server. For that I use OrganizationServiceProxy. Does the Azure based WCF-RESTful API count for API and consider in API limit? If this is so, it will be really big problem to manage this. Please guide me whether it consider in API limit.
2- I have a solution which has extended functionality on Activity entities. It has plugin assembly and HTML/JS webresource.
2A- Does API count will be considered for Plugin assembly?
2B- Does API count will be considered for JS which call API using Ajax calls?
Please guide me.