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

Works Council Approval Schema

Schema-ID
works_council_approval
Collection
works_council_approvals
Permissions
  • Lesenworks_council_approve
  • Anlegenworks_council_approve
  • Ändernworks_council_approve
  • Löschenworks_council_approve

Felder

Works Council Approval Schema

works_council_approvals4 Permissions

Schema for validating works council (Betriebsrat) approval entities

subjectTypestringerforderlich

Typ der freigegebenen Entity (Collection-Name singular)

working_time_modelworking_time_assignment
read-only
subjectIdstringerforderlich

UUIDv7 der freigegebenen Entity

1–64 Zeichenread-only
subjectVersionnumbererforderlich

Versionsnummer der freigegebenen Entity zum Zeitpunkt der Freigabe

≥ 0read-only
decisionstringerforderlich

Ergebnis der BR-Entscheidung

APPROVEDREJECTED
read-only
decidedBystringerforderlich

userId des BR-Mitglieds mit Permission works_council_approve

1–64 Zeichenread-only
decidedAtdatetimeerforderlich

Zeitpunkt der Entscheidung (ISO 8601 datetime)

read-only
caseRefstringoptional

BR-Beschluss-Nummer oder -Datum, frei formatiert (z. B. "BR-2026/042")

max 200 Zeichennullable
meetingDatestringoptional

Datum der BR-Sitzung, in der die Entscheidung fiel

Patternnullable
rejectionReasonstringoptional

Begründung bei decision === "REJECTED" (Pflicht im Service-Layer)

max 4000 Zeichennullable
notesstringoptional

Zusätzliche Notizen zum Vorgang

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

Suche