action loket_get_concept_employee_by_concept_employee_id { label: "Details of a concept employee" description: "__Activity name :__ GetConceptEmployeeByConceptEmployeeId\n\n\n Get the details of a concept employee\n" provider: loket method: GET path: "/providers/employers/conceptemployees/{conceptEmployeeId}" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } conceptEmployeeId: { type: "string" format: "uuid" } } required: ["Accept", "Authorization", "conceptEmployeeId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }