Forum Discussion

Figueiredo's avatar
Figueiredo
New Contributor
5 years ago
Solved

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?