action avaza_company_get { label: "Gets list of Companies" provider: avaza method: GET path: "/api/Company" encoding: json input: { type: "object" properties: { Sort: { type: "string" } UpdatedAfter: { type: "string" } pageNumber: { type: "string" } pageSize: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }