Question
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.