Entity · project_phases
Project Phase Schema
Felder
Project Phase Schema
Schema for validating project phase entities
projectId
Project UUID
name
Phase name
1–100 Zeichen
description
Phase description
max 1000 Zeichennullable
order
Phase order within project
≥ 0
startDate
Phase start date (YYYY-MM-DD)
nullable
endDate
Phase end date (YYYY-MM-DD)
nullable
status
Phase status
Werte
PLANNEDIN_PROGRESSCOMPLETEDCANCELLEDbudgetMinutes
Phase budget in minutes
≥ 0nullable
color
Phase color (hex)
Patternnullable
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/project_phases— Liste, paginiert + filterbarGET /api/v1/project_phases/<id>— Einzelne EntityPOST /api/v1/project_phases— AnlegenPATCH /api/v1/project_phases/<id>— Teil-UpdateDELETE /api/v1/project_phases/<id>— Soft-DeleteGET /api/v1/project_phases/<id>/timeline— Audit + Aktivitäten