API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

Performance Review Goals

Alle Operationen rund um Performance Review Goals.

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 Goal performance_review_goal 9 performance_review_goal_*

Endpoints

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

Suche