action avaza_estimate_get_by_id { label: "Gets Estimate by Estimate ID" provider: avaza method: GET path: "/api/Estimate/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }