action loket_get_social_security_benefit_by_social_security_benefit_id { label: "Details of a social security benefits record" description: "__Activity name:__ GetSocialSecurityBenefitBySocialSecurityBenefitId\n\nGet the details of a social security benefits record\n" provider: loket method: GET path: "/providers/employers/employees/employments/socialsecuritybenefits/{socialSecurityBenefitId}" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } socialSecurityBenefitId: { type: "string" format: "uuid" } } required: ["Accept", "Authorization", "socialSecurityBenefitId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }