REST API Limitations for EPBCS
We are working on an integration between EPBCS and BW HANA solution using REST API. To continue with the implementation, our IT team is asking the following questions to learn how the REST API will behave.
1. What is an API Rate Limit (Max number of API calls per minute/hour/day/month)?
2. What is API MAX data-payload size (in MB)?
3. What is API Timeout period (how long HTTP session between api client and API could stay ON)?
4. Is “pagination” supported? (meaning, an option to extract data in separate chanks/batches)?
a. If we hit 5 million records limit, can we split the data to a multiple chanks/batches?