action avaza_timesheet_get_by_id { label: "Gets a Timesheet Entry by Timesheet ID" provider: avaza method: GET path: "/api/Timesheet/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }