Pega API How to retrieve information from embedded section
I had a section rule in the class Work - , where have few other sections embedded that belong to Data - Class.
I need to retrieve the full information of this section using the method POST /assignments/{ID}.
But the response doesn´t include the embedded sections.
This is the response I get when I have embedded sections:
{ "view": { "reference": "", "validationMessages": "", "viewID": "OfferAssessmentDetail", "visible": true, "name": "OfferAssessmentDetail", "appliesTo": "VSD-VSDNBA-Work-LocalOfferAdvisor", "groups": [ { "view": { "viewID": "OfferDetails", "visible": false, "titleFormat": "h2", "title": "" } }, { "layout": { "visible": false, "titleFormat": "h2", "containerFormat": "NOHEADER", "groups": [], "groupFormat": "Default", "layoutFormat": "SIMPLELAYOUT", "title": "" } } ] }, "caseID": "VSD-VSDNBA-WORK S-82142", "name": "Present Sales Offer", "actionID": "Assessment" }