Question
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/2024-05/ab27fc57-ba29-4978-abd5-18794ec3a9c7.jpeg?h=2154a775&itok=OCB96uBK)
Cognizant Technology Solutions
US
Last activity: 25 Mar 2019 14:53 EDT
REST Service to fetch Multiple records at a time.
Hi all,
I have a requirement like this. I need to select a Disease name from a drop down list in one application and the list of doctors should be fetched from another application using the rest service. I implemented this with the help of Rest service but all i could get is one single record.
For ex : if I select "Heart Diseases", I have to get list of doctors available.. but I could get only one single record since I made the disease a primary key.
Somebody look into this. TIA.