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

Driver License Check Schema

Schema-ID
driver_license_check
Collection
driver_license_checks
Permissions
  • Lesendriver_license_check_view
  • Anlegendriver_license_check_create
  • Änderndriver_license_check_edit
  • Löschendriver_license_check_delete

Felder

Driver License Check Schema

driver_license_checks4 Permissions

Schema for validating driver license check / Führerscheinprüfung entities

driverIduuiderforderlich

Reference to the fleet driver

checkDatedateerforderlich

Date the license check was performed

nextCheckDatedateerforderlich

Next scheduled check date

checkMethodstringoptional

Method used for the check

PHOTO_UPLOADIN_PERSONDIGITAL
Default: "IN_PERSON"
resultstringoptional

Check result

VALIDEXPIREDSUSPENDEDRESTRICTED
Default: "VALID"
licenseNumberstringoptional

License number verified

max 50 Zeichennullable
licenseClassesstring[]optional

License classes verified (e.g. B, BE, C1)

Default: []
licenseExpirydateoptional

License expiry date as recorded during check

nullable
checkedByIduuidoptional

User who performed the check

nullable
attachmentIdsstring[]optional

Photo/document attachment IDs

Default: []
notesstringoptional

Additional notes

max 2000 Zeichennullable
frontAttachmentIdstringoptional

File ID for front of license photo

nullable
backAttachmentIdstringoptional

File ID for back of license photo

nullable
aiReviewStatusstringoptional

AI review processing status

pendingcompletedfailed
nullable
aiReviewFeedbackstringoptional

AI review feedback text

max 5000 Zeichennullable
aiReviewScorenumberoptional

AI review score (0-100)

0 – 100nullable
aiReviewConfidencenumberoptional

AI review confidence (0-1)

0 – 1nullable
aiExtractedDataobjectoptional

AI-extracted license data (number, classes, expiry, holder name)

nullable
reviewedByIduuidoptional

User who reviewed/approved the check

nullable
reviewedAtdatetimeoptional

When the check was reviewed

nullable
reviewNotesstringoptional

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

Suche