action loket_get_protected_earnings_by_protected_earnings_id { label: "Get the details of an protected earnings record" description: "__Activity name :__ GetProtectedEarningsByProtectedEarningsId\n\nGet the details of an protected earnings record\n" provider: loket method: GET path: "/providers/employers/employees/employments/protectedearnings/{protectedEarningsId}" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } protectedEarningsId: { type: "string" format: "uuid" } } required: ["Accept", "Authorization", "protectedEarningsId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }