Entity · resource_allocations
Resource Allocation Schema
Felder
Resource Allocation Schema
Schema for project resource allocations
projectId
Associated project
userId
Allocated person
role
Role in the project (e.g. "Frontend Dev")
max 100 Zeichennullable
weeklyMinutes
Allocated minutes per week
≥ 0
startDate
Allocation start date
endDate
Allocation end date
nullable
status
Allocation status
Werte
PLANNEDACTIVEPAUSEDCOMPLETEDDefault: "PLANNED"
costRate
Hourly cost rate
Patternnullable
notes
Notes
max 1000 Zeichennullable
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/resource_allocations— Liste, paginiert + filterbarGET /api/v1/resource_allocations/<id>— Einzelne EntityPOST /api/v1/resource_allocations— AnlegenPATCH /api/v1/resource_allocations/<id>— Teil-UpdateDELETE /api/v1/resource_allocations/<id>— Soft-DeleteGET /api/v1/resource_allocations/<id>/timeline— Audit + Aktivitäten