API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen
Entity · employee_certifications

Employee Certification Schema

Schema-ID
employee_certification
Collection
employee_certifications
Permissions
  • Lesenemployee_certification_view
  • Anlegenemployee_certification_create
  • Ändernemployee_certification_edit
  • Löschenemployee_certification_delete

Felder

Employee Certification Schema

employee_certifications4 Permissions

Tracks formal certifications and qualifications for scheduling (Zertifikate)

employeeIduuiderforderlich
userIduuiderforderlich
skillIduuiderforderlich

UUID of the skill_definition this certification validates

issuedAtdateerforderlich

Certification issue date

expiresAtdateoptional

Expiry date. Null = does not expire

nullable
certifyingBodystringoptional

Issuing authority (e.g. "DGUV", "Ärztekammer Berlin")

max 500 Zeichen
certificationNumberstringoptional

Certificate ID/number

max 200 Zeichennullable
documentIduuidoptional

UUID of the DMS document with the certificate scan

nullable
statusstringoptional
VALIDEXPIRING_SOONEXPIREDREVOKED
Default: "VALID"
notesstringoptional
max 2000 Zeichennullable

Standard-Endpoints

Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:

  • GET /api/v1/employee_certifications — Liste, paginiert + filterbar
  • GET /api/v1/employee_certifications/<id> — Einzelne Entity
  • POST /api/v1/employee_certifications — Anlegen
  • PATCH /api/v1/employee_certifications/<id> — Teil-Update
  • DELETE /api/v1/employee_certifications/<id> — Soft-Delete
  • GET /api/v1/employee_certifications/<id>/timeline — Audit + Aktivitäten

Suche