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

Audit Answer Schema

Schema-ID
audit_answer
Collection
audit_answers
Permissions
  • Lesenaudit_answer_view
  • Anlegenaudit_answer_create
  • Ändernaudit_answer_edit
  • Löschenaudit_answer_delete

Felder

Audit Answer Schema

audit_answers4 Permissions

Schema for individual answers within an audit assessment

assessmentIduuiderforderlich

FK to audit_assessment

questionIduuiderforderlich

References a questionId in the linked audit_catalog_version

answeranyoptional

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
notestringoptional

Auditor remark / additional notes

max 5000 Zeichennullable
statusstringerforderlich

Answer status

PENDINGANSWEREDSKIPPED
attachmentsstring[]optional

File reference IDs for evidence/screenshots

Default: []nullable

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

Suche