Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Do you advise that we increase the “limit” setting so that we only make a SINGLE call to the API?
Summary:
Can you please provide best practices for using the “limit” setting when pagination is not needed and there are under 400 records.
Our developer team is calling the REST API for Oracle Fusion Cloud HCM to retrieve all job reqs using the following:
Endpoint: /hcmRestApi/resources/11.13.18.05/recruitingJobRequisitions
REST-Framework-version: default
Limit: 200
Tls: TLS1.3
Platform/language: .Net/C#
Content (please ensure you mask any confidential information):
The code repeats this API call (at least twice since there are ~350 job reqs) until all job reqs are retrieved and then all job reqs are stored in a CMS.
(This code was inherited so we are not sure why the limit is currently set to 200).
Tagged:
0