Limits
When making API calls, make sure that you take into account the following:
-
There are no limits on the number of REST API calls.
-
The system allows up to 10 concurrent REST API requests from a single user.
-
Total request length must not exceed 100 megabytes.
-
Data modification requests are processed sequentially (the system will wait for the previous request to complete) on a per-table, per-user basis.