web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Prashant Maurya’s Blogs / New API Limits – Dynamics 3...

New API Limits – Dynamics 365 (8.x, 9.x)

Prashant Maurya Profile Picture Prashant Maurya 236

 Bansal Blogs - Microsoft .Net Technologies

There is a recent change which limits number of API calls per user within 5 minutes of interval. When limit is reached, exception will be thrown for more API calls. This new limit will make sure users making more calls not impacting any other users.api_calls_11Limit – 60,000 API requests per organization per user within five minutes of interval which is equivalent to 200 requests per second. ExecuteMultiple request will be counted as 1.

Exception Message – In case limit is reached, platform will throw below message:

Number of requests exceeded the limit of 60000, measured over time window of 300 seconds.

Impact – New limit of 200 API requests per second is very generous limit and is hardly achievable keeping execute multiple will be counted as one. This limit might overcome where large data migrations or integrations require heavy data volume to be processed or migrated. It depends upon…

View original post 79 more words


This was originally posted here.

Comments

*This post is locked for comments