action mashape_get_city_time_using_get { label: "Get city time" description: "Get city time" provider: mashape method: GET path: "/geo/cities/{cityId}/time" encoding: json output: { type: "object" additionalProperties: true } }