action avaza_timesheet_get { label: "Gets list of Timsheets" provider: avaza method: GET path: "/api/Timesheet" encoding: json input: { type: "object" properties: { CategoryName: { type: "string" } EntryDateFrom: { type: "string" } EntryDateTo: { type: "string" } ProjectID: { type: "string" } Sort: { type: "string" } UpdatedAfter: { type: "string" } UserEmail: { type: "string" } UserID: { type: "string" } includeInvoiceDetails: { type: "string" } isBillable: { type: "string" } isInvoiced: { type: "string" } isTimerRunning: { type: "string" } pageNumber: { type: "string" } pageSize: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }