Entity · employee_certifications
Employee Certification Schema
Felder
Employee Certification Schema
Tracks formal certifications and qualifications for scheduling (Zertifikate)
skillId
UUID of the skill_definition this certification validates
issuedAt
Certification issue date
expiresAt
Expiry date. Null = does not expire
nullable
certifyingBody
Issuing authority (e.g. "DGUV", "Ärztekammer Berlin")
max 500 Zeichen
certificationNumber
Certificate ID/number
max 200 Zeichennullable
documentId
UUID of the DMS document with the certificate scan
nullable
status
Werte
VALIDEXPIRING_SOONEXPIREDREVOKEDDefault: "VALID"
notes
max 2000 Zeichennullable
Keine Felder passen zum Filter.
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 + filterbarGET /api/v1/employee_certifications/<id>— Einzelne EntityPOST /api/v1/employee_certifications— AnlegenPATCH /api/v1/employee_certifications/<id>— Teil-UpdateDELETE /api/v1/employee_certifications/<id>— Soft-DeleteGET /api/v1/employee_certifications/<id>/timeline— Audit + Aktivitäten