Figueiredo
6 years agoNew Contributor
How to Handle dynamic QUERY Style key-value parameters in my request url?
Hello all,
When setting up a VirtAction with a path variable, I can use that variable from within the response. For instance, a VirtAction api/v1/clients/{client_id} will create a variable named client_id which I can now use in the response.
How can I do the same name with query (non path) parameters? Is there a way ServiceV Pro can store these query parameters into variables that I can use in the response message?
Hi,
If I got your question right, Script dispatch strategy may work for you: https://support.smartbear.com/readyapi/docs/servicev/configure/dispatch/script.html