action mashape_get_time_zone_using_get { label: "Get time-zone" description: "Get time-zone" provider: mashape method: GET path: "/locale/timezones/{zoneId}" encoding: json output: { type: "object" additionalProperties: true } }