Question
1
Replies
732
Views
American Express
Posted: October 17, 2017
Last activity: October 30, 2017
how to access case data in clipboard from external java code.
Hello Experts,
We are developing test automation using selenium and java in our project.
We have a requirement where we need to access case data in clipboard from external Java code. Do we have any way to achieve this (Is pega providing any exposed API to external applications to consume clipboard data?)
Hi Sarat,
You can hit the Pega_Host_Name/api/v1/cases to get the case data in a JSON format. There are several methods supported and you may refer to the below Pega API docs for detailed info.
https://pdn.pega.com/pega-api-pega-7-platform
Thanks,
Harish