action staging_ecotaco_get_a_catchement_area { label: "Get a Catchement Area" description: "" provider: staging_ecotaco method: GET path: "/catchement_areas/{id}" encoding: json input: { type: "object" properties: { Accept: { type: "string" } "Accept-Language": { type: "string" } id: { type: "number" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }