Skip to content
Advertisement

Tag: postman-testcase

How do I search for a particular object within an array of JSON objects using postman

How do I query for a particular BusStopCode from within a JSON object in a JSON array for example if I want to find only the first object then the bus stop code I would query is 01012 my current URL query request looks like this- http://transport/dataservice/BusStops?BusStopCode=01012 here http://transport/dataservice/BusStops is my URL and ?BusStopCode=01012 is my path Answer tl;dr: You

Advertisement