How to pass Query String Parameters in GET url using Rest Assured?
URL is: http://example.com/building
My Query Strings are :
globalDates:{"startMs":1473672973818,"endMs":1481448973817,"period":90}
limitTo:6
loadTvData:true
startFrom:0
userId:5834fb36981baacb6a876427
And also you can put this queryparams in Map like follows,
And post it like follows,
You can pass them as a queryParam ..
You can pass query string parameters in a GET URL using Rest Assured like this :