action loket_get_working_hours_by_working_hours_id { label: "Details of the working hours" description: "__Activity name :__ GetWorkingHoursByWorkingHoursId

Get the details of a working hours record\n" provider: loket method: GET path: "/providers/employers/employees/employments/workinghours/{workinghoursId}" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } workinghoursId: { type: "string" format: "uuid" } } required: ["Accept", "Authorization", "workinghoursId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }