How to get JSON response from Integrator Service-REST
Hi,
I am trying to implement REST services in Pega, where Pega accepts the request from external application and return the response in JSON format. The response can be a Page List or Page Group. How do I parse the data of the Page(List/Group) in JSON format for sending the response?