Forum Discussion

agp2489's avatar
agp2489
Occasional Visitor
7 years ago

How to pass a Query Parameter in a Get Rest Request wherein the Parameter is an array of JSON object

For Eg 

 

If there is a Request wherein the Query Parameter looks as follows 

 

QueryParameterName=[{Item1:"string", Item 2:"string"},{Item1:"string1", Item 2:"string2"}]

 

The complete URI would be as follows 

 

https://{{Hostname}}:{{PortNumber}}/ResourceName?QueryParameterName=[{Item1:"string", Item 2:"string"},{Item1:"string1", Item 2:"string2"}]

 

I tried the above , but somehow SOAP UI gives me activity Timed out . Am I missing something here