Anmälan av personuppgiftsincident enligt GDPR artikel 33
Den personuppgiftsansvarige ska anmäla en personuppgiftsincident till tillsynsmyndigheten utan onödigt dröjsmål och, om möjligt, inom 72 timmar från vetskap, om det inte är osannolikt att incidenten medför risk för fysiska personers rättigheter och friheter. Anmälan ska beskriva incidentens art, berörda kategorier och ungefärligt antal, sannolika konsekvenser och vidtagna eller föreslagna åtgärder. En sen anmälan ska innehålla skälen till förseningen.
- Protocol
- proseid/1.0
- Version
- v2026.07.27
- Applies in
- European Economic Area
- Recommended language
- Svenska
- Fields
- 20
- Flow price
- $0.20
- Publisher fee
- None
Time periods
Legal references
Schema fields
20 fieldsExample payload
{
"responses": {
"became_aware_at": "",
"authority_notified": false,
"notified_within_72h": false,
"likely_consequences": "",
"phased_follow_up_plan": "",
"authority_notified_at": "",
"measures_taken": "",
"data_subject_categories": "",
"controller_name": "",
"became_aware_time_and_zone": "",
"available_information_supplied_without_undue_delay": false,
"personal_data_breach_confirmed": false,
"individuals_affected": null,
"delay_reasons": "",
"dpo_or_contact_point": "",
"breach_nature": "",
"risk_to_individuals": "",
"personal_data_records_affected": null,
"personal_data_record_categories": "",
"notification_information_provided_in_phases": false
},
"effective_at": "2026-07-27"
}The request body this schema expects. Fill in responses and keep the field IDs unchanged. Validation becomes callable after you use this release in a published Flow.
API usage
Create a Flow from this schema, then replace the route placeholders with that Flow's organization and address. Validation is free and runs against the exact release bound to the Flow. It returns the engine's resolved fields and legal time period when ready, or a structured error with field-level issues.
curl -X POST https://proseid.com/api/v1/validate/{your-org}/{flow-slug} \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d @payload.json{
"valid": true,
"status": "READY",
"definitions": { ... },
"issues": [],
"effective_at": "2026-07-19",
"temporal_context": {
"logic_version": "current",
"valid_range": ["2026-01-01", null]
}
}{
"error": {
"code": "validation_failed",
"message": "the document did not pass validation",
"details": {
"status": "INCOMPLETE",
"issues": [{
"field_id": "became_aware_at",
"kind": "missing_required",
"severity": "error",
"trigger": "completion",
"message": "Required field is missing"
}]
}
}
}Published versions
Permanent, attributable versionsTrust ledger
Crowd → credentialedNo votes yet.
No attestations yet. A verified professional can vouch for a specific version.