Question
LTIMindtree
SA
Last activity: 5 Mar 2024 4:03 EST
GET Assignment API Not returning updated result
Hi Team,
Case is having radio button, based on action, some views visibility updates.
I have updated radio button visibility through Dev Studio and then new views came(Courier Name & Tracking Number) after action then I saved the case and close it.
After that -
Hi Team,
Case is having radio button, based on action, some views visibility updates.
I have updated radio button visibility through Dev Studio and then new views came(Courier Name & Tracking Number) after action then I saved the case and close it.
After that -
I am attempting to retrieve the UI metadata of an assignment using the 'get assignment details' API of V1 Pega API [GET /assignments/{ID}/actions/{actionID}], but not getting updated result of those new fields(Courier & Tracking).
Got only old views data that was before radio button selection.
Tried to use refresh API [PUT /assignments/{ID}/actions/{actionID}/refresh] also, getting new fields but without values & visibility as false.
Please help here.
Expected response of GET ASSIGNMENT API, should have new fields UI META data should be present, as these fields is visible to CASE in DEV STUDIO.