Entity · dms_annotations
DMS Annotation Schema
Felder
DMS Annotation Schema
Schema for validating DMS PDF annotations (PDF-Annotationen)
documentId
Reference to dms_document
pageNumber
Page number (1-based)
≥ 1
type
Annotation type
Werte
HIGHLIGHTCOMMENTSTAMPSIGNATUREFREEHANDRECTANGLEcontent
Text content (for COMMENT type)
nullable
color
Color in hex (e.g. #FFFF00)
nullable
opacity
0 – 1Default: 1nullable
stampType
Stamp type (only for STAMP annotations)
Werte
APPROVEDREJECTEDDRAFTCONFIDENTIALCUSTOMnullable
stampText
Custom stamp text (only for CUSTOM stampType)
nullable
freehandPath
SVG path data for FREEHAND annotations
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/dms_annotations— Liste, paginiert + filterbarGET /api/v1/dms_annotations/<id>— Einzelne EntityPOST /api/v1/dms_annotations— AnlegenPATCH /api/v1/dms_annotations/<id>— Teil-UpdateDELETE /api/v1/dms_annotations/<id>— Soft-DeleteGET /api/v1/dms_annotations/<id>/timeline— Audit + Aktivitäten