action avaza_company_lookup { label: "Gets minimal list of Companies." description: "Certain roles see a restricted set of companies based on their project memberships" provider: avaza method: GET path: "/api/Company/Lookup" encoding: json input: { type: "object" properties: { pageNumber: { type: "string" } pageSize: { type: "string" } search: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }