Entity · data_subject_requests
Data Subject Request Schema
Felder
Data Subject Request Schema
Schema for validating data subject request entities (GDPR Art. 15-21)
requestType
Type of data subject request
Werte
ACCESS_ART15RECTIFICATION_ART16ERASURE_ART17RESTRICTION_ART18PORTABILITY_ART20OBJECTION_ART21status
Request processing status
Werte
RECEIVEDIDENTITY_VERIFIEDIN_PROGRESSCOMPLETEDREJECTEDrequesterName
Name of the data subject
1–200 Zeichen
requesterEmail
Email of the data subject
requesterIdentityVerified
Whether the requester identity has been verified
Default: false
receivedAt
When the request was received
dueDate
Due date for response (typically 30 days)
nullable
completedAt
When the request was completed
nullable
assigneeId
Assigned user UUID
nullable
linkedTicketId
Linked ticket UUID
nullable
responseContent
Response content to the data subject
nullable
dmsDocumentIds
Linked DMS document UUIDs
Default: []
notes
Internal notes
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/data_subject_requests— Liste, paginiert + filterbarGET /api/v1/data_subject_requests/<id>— Einzelne EntityPOST /api/v1/data_subject_requests— AnlegenPATCH /api/v1/data_subject_requests/<id>— Teil-UpdateDELETE /api/v1/data_subject_requests/<id>— Soft-DeleteGET /api/v1/data_subject_requests/<id>/timeline— Audit + Aktivitäten