REST API - any rate limit

0
A Mendix app exposes data via REST API. Is there any limit on how many calls per hour (or any time measurement) can client send to Mendix app before getting an error?
asked
1 answers
0

Hello Tomas,

 

There is not really limit as far as i can see in the documentation https://docs.mendix.com/refguide/integration/rest-services/, but as you can imagine the more requests are demanded the more performance of the application is demanded.

My advice is to test this and to see if you can do several loadtests for example with JMETER.

 

Hope this helps,

 

Good luck!

 

 

answered