action avaza_expense_group_lookup { label: "Gets minimal list of Expense Groups." description: "Expense Groups are for adhoc grouping of reported expenses. e.g. for expenses incurred on a Trip" provider: avaza method: GET path: "/api/ExpenseGroup/Lookup" encoding: json input: { type: "object" properties: { pageNumber: { type: "string" } pageSize: { type: "string" } search: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }