Get Started with Redwood for Oracle Cloud HCM Begin Now
Need REST API to fetch the data from fusion based on last updated date
Summary:
Need REST API to fetch the data from fusion based on last updated date
Content (required):
Hi,
Below is the current get statement we are using to fetch the details from fusion.
https://{**fusion url*}/hcmRestApi/resources/11.13.18.05/workers?q=workRelationships.StartDate>= '2022-09-07' and StartDate<='2022-09-07' &expand=names,phones,addresses,emails,workRelationships.assignments.assignmentsDFF
Is there any way or REST API, can we get the data based on the last updated date: For example if an employee's hire date is Sep 1 and he updates the emai id on 10th Sep. We need the data updated (email id ) on Sep 10th.
0