Is there any Pega OOTB API to fetch the history of a case?
@Kolluru Akhil Teja
There is no OOTB API which will provide case history.
Hi @Kolluru Akhil Teja
There is no such OOTB API’s to fetch case history.
Hi All,
I found one alternate API to fetch the History of the case instead of direct API.
“ApplicationURL”/prweb/api/application/v2/data_views/{data_view_ID}
In data_view_ID parameter we can use D_pyWorkhistory
In the request body we need to send parameter value of the Data page and we can get the response.