Hello,
I have a response to base URI call as below.
{
"firstName": "abcd",
"lastName": "xyz",
"_embedded": {
"myaccounts": [{
"accountDesc": "Personal Account",
"accountNo": "123456"
}]
}
}
When i get the result from calling the getAll Method of the HAL client API i get only the contents inside the "_embedded" property as a list of objects. There is no way i can get the properties "firstName" and the "lastName". If it exists how can be accessed or if not can it be added? Please look into this issue. I appreciate if anybody responds to this as i am stuck on this since many days. Thank you.
Hello,
I have a response to base URI call as below.
{
"firstName": "abcd",
"lastName": "xyz",
"_embedded": {
"myaccounts": [{
"accountDesc": "Personal Account",
"accountNo": "123456"
}]
}
}
When i get the result from calling the getAll Method of the HAL client API i get only the contents inside the "_embedded" property as a list of objects. There is no way i can get the properties "firstName" and the "lastName". If it exists how can be accessed or if not can it be added? Please look into this issue. I appreciate if anybody responds to this as i am stuck on this since many days. Thank you.