action avaza_timesheet_timer_get_running_timer { label: "Gets the Running Timer if there is one for a user." provider: avaza method: GET path: "/api/TimesheetTimer" encoding: json input: { type: "object" properties: { UserID: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }