action loket_get_cost_per_hour_by_cost_per_hour_id { label: "Details of cost per hour" description: "__Activity name :__ GetCostPerHourByCostPerHourId\n\nGet the details of a cost per hour record\n" provider: loket method: GET path: "/providers/employers/employees/employments/costperhour/{costperhourId}" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } costPerHourId: { type: "string" format: "uuid" } costperhourId: { type: "string" } } required: ["Accept", "Authorization", "costPerHourId", "costperhourId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }