action avaza_section_get { label: "Gets list of Sections" provider: avaza method: GET path: "/api/Section" encoding: json input: { type: "object" properties: { ProjectID: { type: "string" } } required: ["ProjectID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }