What is the API call limits for absence and HDL API's
Summary:
We need to understand if these APIs can handle large data volumes and what Oracle recommends as the API call limits or payload size limits per request (if applicable).
Content (please ensure you mask any confidential information):
The APIs used are:
Upload File in Content Server (POST):
/hcmRestApi/resources/11.13.18.05/dataLoadDataSets/action/uploadFile
Load HDL File (POST):
/hcmRestApi/resources/11.13.18.05/dataLoadDataSets/action/createFileDataSet
Get HDL Load Status (GET):
/hcmRestApi/resources/11.13.18.05/dataLoadDataSets/{RequestId}
Absence APIs:
- GET /hcmRestApi/resources/11.13.18.05/absences
- PATCH /hcmRestApi/resources/11.13.18.05/absences
- POST /hcmRestApi/resources/11.13.18.05/absences
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):