Symptom
You would like to know if there is a limit for multiple single calls from a third party system to a single SuccessFactors end-point, before the SF server crashes and/or closes the connection (maybe to prevent a hacker attack).
Environment
SAP SuccessFactors HXM Suite
Resolution
There is no limit in code for API calls. But the best practice is as below:
Avoid Excessive Client Multithreading:
To prevent server overloads and ensure high availability, we recommend a maximum of 10 concurrent requests / threads per client. Multithreading is only allowed for editing single records. Do not use it for queries/read operations, massive upserts, or $batch operations.
See Also
Other limitations:
2819037 - [1908 Feature] API-11774: $expand Limit of 300000 for OData API Call
SAP SuccessFactors HXM Suite OData API: Developer Guide (V2)
Keywords
maximum, number, limit, odata, API, API calls, request , KBA , LOD-SF-INT-API , API & Adhoc API Framework , LOD-SF-INT , Integrations , LOD-SF-INT-ODATA , OData API Framework , How To