Entity · audit_answers
Audit Answer Schema
Felder
Audit Answer Schema
Schema for individual answers within an audit assessment
assessmentId
FK to audit_assessment
questionId
References a questionId in the linked audit_catalog_version
answer
The answer value. Type depends on questionType: string for text/date, boolean for yes_no, string[] for multi_choice, number for number, string for single_choice.
nullable
note
Auditor remark / additional notes
max 5000 Zeichennullable
status
Answer status
Werte
PENDINGANSWEREDSKIPPEDattachments
File reference IDs for evidence/screenshots
Default: []nullable
Keine Felder passen zum Filter.
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/audit_answers— Liste, paginiert + filterbarGET /api/v1/audit_answers/<id>— Einzelne EntityPOST /api/v1/audit_answers— AnlegenPATCH /api/v1/audit_answers/<id>— Teil-UpdateDELETE /api/v1/audit_answers/<id>— Soft-DeleteGET /api/v1/audit_answers/<id>/timeline— Audit + Aktivitäten