Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Note!! Please register for a free account to access the full content and also to participate in Q&A in the community
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