Retrieve absence details by passing employeeID,absenceType, start Date, and end Date together.
Summary:
We need to retrieve employee absence details by passing the following parameters: employeeId, absenceType, startDate, and endDate together.
The expected behavior of the API is to return the specific absence type details for the given employee within the defined start and end dates.
As per the Oracle documentation, we attempted to retrieve the employee absence details using the following URL:
However, we were unable to retrieve the expected results. It appears that the request body we provided might be incorrect.
Could you kindly provide the correct URL along with an example? Additionally, please share the required parameters and the correct request body format with an example to ensure we can retrieve the correct data.