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

DMS Extraction Feedback Schema

Schema-ID
dms_extraction_feedback
Collection
dms_extraction_feedback
Permissions
  • Lesendms_extraction_feedback_view
  • Anlegendms_extraction_feedback_create
  • Änderndms_extraction_feedback_edit
  • Löschendms_extraction_feedback_delete

Felder

DMS Extraction Feedback Schema

dms_extraction_feedback4 Permissions

User corrections to extraction results for ML feedback loop

documentIduuiderforderlich

Reference to the DMS document

fieldstringerforderlich

The field path that was corrected (e.g. incomingInvoice.vendorName)

max 200 Zeichen
originalValueanyoptional

Value before correction

correctedValueanyerforderlich

User-provided correct value

extractionMethodstringoptional

Which extraction method produced the original value

ZUGFERDXRECHNUNGLLM_VISIONOCR_LLMPARSERMANUAL
nullable
parserIduuidoptional

Which dms_parser was used (if any)

nullable
vendorPartyIduuidoptional

Vendor party for vendor-specific learning

nullable
documentTypeIduuidoptional

Document type for type-specific learning

nullable
appliedbooleanoptional

Whether this feedback has been incorporated into parser/rules

Default: false

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

Suche