action avaza_expense_get { label: "Gets list of Expenses" provider: avaza method: GET path: "/api/Expense" encoding: json input: { type: "object" properties: { CategoryName: { type: "string" } CustomerID: { type: "string" } ExpenseApprovalStatusCode: { type: "string" } ExpenseDateFrom: { type: "string" } ExpenseDateTo: { type: "string" } ExpensePaymentMethodIDFK: { type: "string" } ExpenseReimbursementIDFK: { type: "string" } ProjectID: { type: "string" } Search: { type: "string" } Sort: { type: "string" } UpdatedAfter: { type: "string" } UserEmail: { type: "string" } UserID: { type: "string" } isChargeable: { type: "string" } isInvoiced: { type: "string" } pageNumber: { type: "string" } pageSize: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }