action avaza_timesheet_summary_get { label: "Gets Basic Summary of Timesheet Statistics" provider: avaza method: GET path: "/api/TimesheetSummary" encoding: json input: { type: "object" properties: { "model.entryDateFrom": { type: "string" } "model.entryDateTo": { type: "string" } "model.groupBy": { type: "string" } "model.isBillable": { type: "string" } "model.isInvoiced": { type: "string" } "model.projectID": { type: "string" } "model.userID": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }