Performance Review Benefit Schema
Felder
Performance Review Benefit Schema
A benefit / commitment the company must fulfill towards the employee, part of a performance review development plan.
performanceReviewId
UUID of the parent performance review.
title
description
ownerId
Person responsible for delivering this benefit (typically a manager or HR).
reviewerPositionId
Position whose current holder verifies delivery. Resolved to a user at runtime; on vacancy falls back to the parent position.
dueDate
status
OPENIN_PROGRESSIN_REVIEWDONEcreateTask
When true and an ownerId is set, a linked task is spawned on save and kept in bidirectional sync.
linkedTaskId
UUID of the linked task (set by the benefit-task-sync service after spawn). Cleared on opt-out.
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_benefits— Liste, paginiert + filterbarGET /api/v1/performance_review_benefits/<id>— Einzelne EntityPOST /api/v1/performance_review_benefits— AnlegenPATCH /api/v1/performance_review_benefits/<id>— Teil-UpdateDELETE /api/v1/performance_review_benefits/<id>— Soft-DeleteGET /api/v1/performance_review_benefits/<id>/timeline— Audit + Aktivitäten