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.
hcm rest api - how to remove fields from response
HI,
I wonder if there is way to remove specific fields from response.
For example, I need to exclude DateOfBirth from response.
Please advise.
https://{pod}.fa.ca2.oraclecloud.com/hcmRestApi/resources/11.13.18.05/workers?q=PersonNumber=12345
{
"items": [ {
"PersonId": 300000997931500,
"PersonNumber": "12345",
"CorrespondenceLanguage": null,
"BloodType": null,
"DateOfBirth": "1900-01-01",
"DateOfDeath": null,
"CountryOfBirth": null,
"RegionOfBirth": null,
"TownOfBirth": null,
"ApplicantNumber": null,
"CreatedBy": "TEST",
"CreationDate": "2022-03-30T14:54:50+00:00",
"LastUpdatedBy": "TEST",
"LastUpdateDate": "2022-03-30T15:23:00.828+00:00",
..
Regards,
Suyoung
Tagged:
0