action avaza_expense_category_get { label: "Gets list of Expense Categories" description: "The default sort order is by Name asc" provider: avaza method: GET path: "/api/ExpenseCategory" encoding: json input: { type: "object" properties: { isEnabled: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }