How to get the all the data I need in a single REST API query to Oracle HCM
I am currently trying to work out the best way of using the Oracle HCM REST API to extract all the employee information I need.
I have experimented with the following calls:
- publicWorkers
- emps
- workers
publicWorkers probably gives me the best match but then I find that I can't get other fields I need such as:
- TerminationDate
- ManagerId
- HomeEmail
Using the publicWorkers call I then have to use additional calls to get all the information I require and patch the data together.
What is the best way to get all the data I need (listed below), ideally with a single REST query?