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

UVV Inspection Schema

Schema-ID
uvv_inspection
Collection
uvv_inspections
Permissions
  • Lesenuvv_inspection_view
  • Anlegenuvv_inspection_create
  • Ändernuvv_inspection_edit
  • Löschenuvv_inspection_delete

Felder

UVV Inspection Schema

uvv_inspections4 Permissions

Schema for validating UVV inspection / UVV-Prüfung entities (Unfallverhütungsvorschrift)

vehicleIduuiderforderlich

Reference to the vehicle

inspectionDatedateerforderlich

Date of the UVV inspection

nextDueDatedateerforderlich

Next UVV inspection due date

resultstringoptional

Inspection result

PASSEDFAILEDCONDITIONAL
Default: "PASSED"
inspectorstringoptional

Name of the inspector / Prüfer

max 200 Zeichennullable
inspectorCompanystringoptional

Inspector company / Prüforganisation

max 200 Zeichennullable
defectsFoundstring[]optional

List of defects found / Festgestellte Mängel

Default: []
correctiveActionsstringoptional

Corrective actions taken / Durchgeführte Maßnahmen

max 2000 Zeichennullable
coststringoptional

Inspection cost in EUR

Patternnullable
attachmentIdsstring[]optional

Document attachment IDs (inspection report, certificates)

Default: []
notesstringoptional

Additional notes

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

Suche