Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
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