action mashape_find_region_divisions_using_get { label: "Find country region administrative divisions" description: "Get the administrative divisions in a specific country region. The country and region info is omitted in the\nresponse.\n" provider: mashape method: GET path: "/geo/countries/{countryId}/regions/{regionCode}/adminDivisions" encoding: json output: { type: "object" additionalProperties: true } }