API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen
Entity · resource_allocations

Resource Allocation Schema

Schema-ID
resource_allocation
Collection
resource_allocations
Permissions
  • Lesenresource_allocation_view
  • Anlegenresource_allocation_create
  • Ändernresource_allocation_edit
  • Löschenresource_allocation_delete
Beziehungen

Felder

Resource Allocation Schema

resource_allocations4 Permissions

Schema for project resource allocations

projectIduuiderforderlich→ project

Associated project

userIduuiderforderlich

Allocated person

rolestringoptional

Role in the project (e.g. "Frontend Dev")

max 100 Zeichennullable
weeklyMinutesintegererforderlich

Allocated minutes per week

≥ 0
startDatedateerforderlich

Allocation start date

endDatedateoptional

Allocation end date

nullable
statusstringerforderlich

Allocation status

PLANNEDACTIVEPAUSEDCOMPLETED
Default: "PLANNED"
costRatestringoptional

Hourly cost rate

Patternnullable
notesstringoptional

Notes

max 1000 Zeichennullable

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 + filterbar
  • GET /api/v1/resource_allocations/<id> — Einzelne Entity
  • POST /api/v1/resource_allocations — Anlegen
  • PATCH /api/v1/resource_allocations/<id> — Teil-Update
  • DELETE /api/v1/resource_allocations/<id> — Soft-Delete
  • GET /api/v1/resource_allocations/<id>/timeline — Audit + Aktivitäten

Suche