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