action avaza_fixed_amount_get { label: "Gets list of Fixed Amounts" provider: avaza method: GET path: "/api/FixedAmount" encoding: json input: { type: "object" properties: { EntryDateFrom: { type: "string" } EntryDateTo: { type: "string" } ProjectID: { type: "string" } Sort: { type: "string" } TaskID: { type: "string" } UpdatedAfter: { type: "string" } isInvoiced: { type: "string" } pageNumber: { type: "string" } pageSize: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }