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.

Creating Responder Suites via REST API

jefftuckerbofa
jefftuckerbofa Posts: 229

I am trying to create a nesting of Response Suites using the REST API. I can successfully create the first suite using the http://10.143.146.19:10000/soavirt/api/v6/suites/responderSuites call. However when I try a subsequent call to create a suite within the newly created suite it fails. It does not seem to recognize the new parent id.

Can you post an example of creating a nested set of responder suites? I am thinking this would just be back to back calls to http://10.143.146.19:10000/soavirt/api/v6/suites/responderSuites, making sure to use the parent id of the first one in the second.

Thanks,

JT

Comments

  • jefftuckerbofa
    jefftuckerbofa Posts: 229

    Disregard. I solved this a couple mins after posting it. My solution was to simply read in the parent id from the first response and use that in the second request.

    JT

  • williammccusker
    williammccusker Posts: 642 ✭✭✭

    Glad you were able to find a solution! :)