How to send Pega Case Status-Case Number to external Status systems

Hello,

How to send Pega Case Status-Case Number values to other external systems. (aka centralized Status center system)

  • Did anybody do this or we have to build it from scratch.

  • What is the effort involved

Thanks

Vijay

@VijayB2633 pega ootb api → /case of get method will give you all the details of the case as the response by passing caseid(classgroup+caseid). Please check the api description in admin studio-> resources->api. Here external system can hit this api and get details.

If you want push data from pega to external system, you can also ask external system service people to provide api of post method so that you can call that api and push status..

Anyways you can say 1 week for dev+testing.