Question
How to update a pagelist using the pega API's request ?
Does anyone have an example of how to formulate a request to update a pagelist inside a case using pega API JSON request , the below is given as example but is difficult to underatnd { "content": {}, "pageInstructions": [ { "instruction": "APPEND", "target": "myPageList", "listIndex": "3", "groupIndex": "Customer", "listMoveToIndex": "5", "content": {} } ] }
***Edited by Moderator Marissa to update General to Product***
I think found the specific details in the pega help URL below .
https://community.pega.com/sites/default/files/help_v83/procomhelpmain.htm#/pega_api/pega-api-using-page-instructions-for-page-lists-ref.htm
Thanks,