Get city list by country id

Request
path Parameters
countryId
required
string

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

query Parameters
refresh
string

Send false when using server cache is fine

Responses
200

Expected data returned

500

Error message returned

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