Question
SkillStorm
US
Last activity: 27 Jan 2025 9:19 EST
Trouble with manual Connect REST connection being functional
Hello,
This is a question on how to manually set up a connect rest (GET) to connect with a PEGA app
I am working with YELP's fusion api that will return information on businesses based on a location and term (type of business EX: plumbing) query parameter. I have the connect rest rule working, it returns json values.
My main issue is setting it up within PEGA to be functional for the user, I want the user to input a term that will then return the list of businesses that the connect rest provides.
I am searching for a tutorial or some guidance on what I should do. I have created a data page (within the casetype's class), int class for the connection and properties that I want to pull from the API call, and a pagelist property within the casetype's class to store the values.
Data transforms for Request and Response have also been created for the data page, however I think they will need to be remade anyway.
Any help is appreciated!!! :)
Traditional UI