I'm having trouble inserting how. I can query child objects in the oracle API.
Ex: I need to look for the "EmailAdress" field, which is in "emalis".
{
"items": [
{
"PersonId": 30000056646,
"PersonNumber": "3456",
"CorrespondenceLanguage": null,
"BloodType": null,
"DateOfBirth": "1988-10-21",
"DateOfDeath": null,
"CountryOfBirth": "CH",
"RegionOfBirth": null,
"TownOfBirth": null,
"ApplicantNumber": null,
"CreatedBy": "FUSION_APPS_HCM_NET_LOAD_AT",
"CreationDate": "2013-05-10T48:50:29.955+00:00",
"LastUpdatedBy": "FUSION_APPS_HCM_NET_LOAD_AT",
"LastUpdateDate": "2013-05-11T48:50:40.532+00:00",
"emails": [
{
"EmailAddressId": 30000056746,
"EmailType": "W1",
"EmailAddress": "[email protected]",
"FromDate": "2013-05-10",
"ToDate": null,
"CreatedBy": "FUSION_APPS_HCM_NET_LOAD_ATI",
"CreationDate": "2014-02-06T18:36:27.694+00:00",
"LastUpdatedBy": "FUSION_APPS_HCM_NET_LOAD_ATI",
"LastUpdateDate": "2014-02-29T18:34:12.181+00:00",
"PrimaryFlag": true
}
enter image description here
I have already validated Content-Type and REST-Framework-Version: "4".
question from:
https://stackoverflow.com/questions/65944409/how-to-query-child-objects-in-oracle-api 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…