Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Execute REST API based on DB Tool Output

bharatbarz
bharatbarz Posts: 44

My requirement is to read a database which will fetch 2 columns and can return more than 1 row. Then for each row of the DB output, an REST API has to be called. Ex: If DB rows return 3 rows, then REST API has to be called 3 times with 3 different set of values. Could you guide me how to achieve calling REST API based on DB output.

Tagged:

Best Answer

  • bharatbarz
    bharatbarz Posts: 44
    Answer ✓

    Team, I figured out the answer. Sorry for the inconvenience. I wrote into a Writable source and use that data source for the REST API.

Answers