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.

Rest API to Get All Message Responders in a Given Virtual Asset

Hello,

I am looking for a REST API to get all the responders associated with a given virtual asset, identified by an 'id' parameter.
When I run the GET API on a virtual asset, it does not list the associated responders.
Thank you!

Best Answer

  • williammccusker
    williammccusker Posts: 683 ✭✭✭
    Answer ✓

    Hi,

    The information about responders would be in the pva file. If you looking for all responders in pva file you then this API endpoint will get that. It includes the Responder Suites and all Responders.

    http://[host and port]/soavirt/api/v6/descendants/assets?id=%2FVirtualAssets%2Fecho.pva

    Hope this helps!

Answers

  • alemayehu_bofa
    alemayehu_bofa Posts: 12

    Hi williammccusker, yes, that is exactly what i was looking for. THANK YOU for the very quick reply!!