action loket_get_absence_contact_history_by_absence_contact_history_id { label: "Details of a contact history" description: "__Activity name :__ GetAbsenceContactHistoryByAbsenceContactHistoryId\n\nGet the details of a contact \n" provider: loket method: GET path: "/providers/employers/employees/absences/absencecontactHistory/{absencecontactHistoryId}" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } absencecontactHistoryId: { type: "string" format: "uuid" } } required: ["Accept", "Authorization", "absencecontactHistoryId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }