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!!! :slight_smile:

Traditional UI

@HectorH17181574

can you check this link, it might be helpful to start with

@Sairohith This link seems very helpful. I have read through it and it is A LOT more thorough than any other documentation that I have come across. I still need to attempt to implement it. Thank you so much for your help :slight_smile: