Batch requests
Using Batch requests feature, you can send up to 500 REST API requests increasing your server performance.
You can speed up the completion of batch requests by passing the allowParallelMode=true
query param. In that case, up to 100 requests from your batch will be processed simultaneously.
Last updated
Was this helpful?