API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

Employee Certifications

Alle Operationen rund um Employee Certifications.

Datenmodell

Die Endpoints dieses Moduls arbeiten auf folgender Entität. Die Schema-Referenz listet jedes Feld mit Typ, Validierung und Beziehungen:

Entität Schema-ID Felder Sequenz Permissions
Employee Certification employee_certification 10 employee_certification_*

Endpoints

Methode Pfad Operation Beschreibung
POST /v1/employee_certifications Create employee_certification Create a new employee_certification in the active tenant.
DELETE /v1/employee_certifications/{id} Delete employee_certification Soft delete entity.
GET /v1/employee_certifications/{id} Get employee_certification by id Fetch a single employee_certification.
GET /v1/employee_certifications/{id}/linked Get linked entities CodeMeta OS API endpoint.
GET /v1/employee_certifications/{id}/timeline Get timeline CodeMeta OS API endpoint.
GET /v1/employee_certifications/{id}/transitions List transitions CodeMeta OS API endpoint.
GET /v1/employee_certifications List employee_certifications List employee_certifications for the active tenant.
PATCH /v1/employee_certifications/{id} Patch employee_certification JSON Merge Patch update.
POST /v1/employee_certifications/bulk Bulk operation CodeMeta OS API endpoint.
POST /v1/employee_certifications/{id}/transition POST /v1/employee_certifications/{id}/transition CodeMeta OS API endpoint.
POST /v1/employee_certifications/{id}/transitions/{transitionKey} Execute transition CodeMeta OS API endpoint.
PUT /v1/employee_certifications/{id} Replace employee_certification Full replace with optimistic locking.

Suche