API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

Performance Reviews

Alle Operationen rund um Performance Reviews.

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
Performance Review performance_review 21 performance_review_*

Endpoints

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

Suche