TanyaS58
(Tanya Singh)
August 8, 2026, 6:15pm
1
How can we update a case or an assignment via DX API’s?
we have the following options but i cant find any specific to updating the existing case/assignment: is the highlighted 1 the correct api to update an assignment ?
for case type also there is a perform 1 is that the correct 1?
That’s correct API. Flow Action Submit gets triggered when you trigger this API.
URL: https://{LabInstanceURL}/prweb/app/retail-banking/api/application/v2/assignments/{AssignmentKey}/actions/{ViewName}?viewType=form
Please find the article for more details -
Enjoying this article, please refer to the link for more articles - Constellation 101
Why
Modern enterprise applications need to deliver seamless, scalable digital experiences across diverse channels and devices. A key challenge is enabling external systems and front-end applications to interact with Pega’s powerful backend—managing cases, data records, assignments, and more—without direct access to the platform UI. How can developers efficiently perform core operations such as creating, updati…