Filter countries population data

POST {{devURL}}{{baseEndpoint}}/population/filter

allowed queries { year: Number, limit: Number, gt: Number, lt: Number, order: String, orderBy: String }

Request Body

{"year"=>2000, "limit"=>10, "lt"=>651348588, "gt"=>6513485, "orderBy"=>"name", "order"=>"dsc"}

RESPONSES

status: OK

{"error":false,"msg":"filtered result","data":[{"country":"Zimbabwe","code":"ZWE","populationCounts":{"year":2000,"value":11881477}},{"country":"Zambia","code":"ZMB","populationCounts":{"year":2000,"value":10415944}},{"country":"Yemen, Rep.","code":"YEM","populationCounts":{"year":2000,"value":17409072}},{"country":"Vietnam","code":"VNM","populationCounts":{"year":2000,"value":79910412}},{"country":"Venezuela, RB","code":"VEN","populationCounts":{"year":2000,"value":24192446}},{"country":"Uzbekistan","code":"UZB","populationCounts":{"year":2000,"value":24650400}},{"country":"United States","code":"USA","populationCounts":{"year":2000,"value":282162411}},{"country":"United Kingdom","code":"GBR","populationCounts":{"year":2000,"value":58892514}},{"country":"Ukraine","code":"UKR","populationCounts":{"year":2000,"value":49175848}},{"country":"Uganda","code":"UGA","populationCounts":{"year":2000,"value":23650172}}]}