Hi all,
I want GET data from other application by API (see the below for the JSON structure)

I have 4 BO and every BO have an attribute that I set peer relation with other BO.
Currently, I already can get the data for item_details BO but I'm stuck when want catch the data for category_detail BO. If I check the table of category BO in my database, the count of records already same with count of records in item_details BO.
So, my question is how can I get the data for category_detail?
FYI, I have try set the peer relation that support multiple but still no luck