Entity · performance_review_goals
Performance Review Goal Schema
Felder
Performance Review Goal Schema
A goal item the employee must fulfill, part of a performance review development plan.
performanceReviewId
UUID of the parent performance review.
title
1–500 Zeichen
description
max 5000 Zeichennullable
ownerId
Person responsible for fulfilling this goal (typically the employee).
nullable
reviewerPositionId
Position whose current holder reviews progress. Resolved to a user at runtime; on vacancy falls back to the parent position.
nullable
dueDate
nullable
status
Werte
OPENIN_PROGRESSIN_REVIEWDONEDefault: "OPEN"
createTask
When true and an ownerId is set, a linked task is spawned on save and kept in bidirectional sync.
Default: false
linkedTaskId
UUID of the linked task (set by the goal-task-sync service after spawn). Cleared on opt-out.
read-onlynullable
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/performance_review_goals— Liste, paginiert + filterbarGET /api/v1/performance_review_goals/<id>— Einzelne EntityPOST /api/v1/performance_review_goals— AnlegenPATCH /api/v1/performance_review_goals/<id>— Teil-UpdateDELETE /api/v1/performance_review_goals/<id>— Soft-DeleteGET /api/v1/performance_review_goals/<id>/timeline— Audit + Aktivitäten