Search cities from a country by name

Request
path Parameters
countryId
required
string

Country id, get it from API /parameter/v2/searchCountries, /parameter/v2/countries

query Parameters
name
string

City name

rows
integer

How many rows to return

Responses
200

Expected data returned

get/parameter/v2/country/{countryId}/searchCities
Request samples
curl -i -X GET \
  'https://qa-web-02.qima.com/parameter/v2/country/{countryId}/searchCities?name=string&rows=0'
Response samples
application/json
[
  • {
    }
]