Skip to content

No provision to access few data properties outside "_embedded" from base URI response #8

@prambhan

Description

@prambhan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions