I am currently working with the Oracle HCM API and need an efficient way to retrieve specific employee information for integration with another system. Specifically, I need the following details for all employees:
Employee Name
Employee Code
Location
Department
Current Attempts:
GET All Employee Info API(/hcmRestApi/resources/11.13.18.05/emps): This endpoint does not return the department and location details for each employee.
GET Assignments API (/hcmRestApi/resources/11.13.18.05/emps/{empsUniqID}/child/assignments) : While this API provides the information needed (department and location), it only works for a single employee at a time. This is not feasible for our needs since we require this information for all employees in a batch process.