Intern rapportering enligt EU:s visselblåsardirektiv
Följer EU-baslinjen i artikel 9 för säker hantering av en intern visselblåsarrapport: bekräftelse inom sju dagar, tilldelning till en opartisk handläggare, omsorgsfull uppföljning och motiverad återkoppling inom tre månader.
- Protocol
- proseid/1.0
- Version
- v2026.07.27
- Applies in
- European Union
- Recommended language
- Svenska
- Fields
- 48
- Flow price
- $0.20
- Publisher fee
- None
Time periods
Legal references
Schema fields
48 fieldsExample payload
{
"responses": {
"external_reporting_information_location": "",
"handler_assigned": false,
"report_received_time_and_zone": "",
"acknowledgement_deadline_reached": false,
"national_scope_basis": "",
"anonymous_follow_up_confirmed": false,
"acknowledgement_not_sent_reason": "",
"follow_up_action": "",
"feedback_grounds_communicated": "",
"feedback_sent": false,
"acknowledgement_delivery_method": "",
"report_channel": "",
"diligent_follow_up_confirmed": false,
"external_reporting_information_available": false,
"handler_impartiality_confirmed": false,
"further_information_request_summary": "",
"member_state": "",
"investigation_still_open": false,
"acknowledgement_sent_on": "",
"irrelevant_personal_data_status": "",
"national_scope_confirmed": false,
"retention_review_on": "",
"oral_documentation_method": "",
"handler_name_or_role": "",
"report_received_on": "",
"national_law_reference": "",
"feedback_action_communicated": "",
"next_update_plan": "",
"anonymous_follow_up_rule": "",
"national_transposition_reviewed": false,
"feedback_deadline_basis": "",
"oral_recording_consent_obtained": false,
"procedure_version": "",
"secure_return_channel_available": false,
"retention_basis": "",
"feedback_deadline_on": "",
"further_information_requested": false,
"organization_name": "",
"acknowledgement_within_seven_days": false,
"follow_up_status": "",
"acknowledgement_sent": false,
"transcript_or_minutes_review_offered": false,
"feedback_within_deadline": false,
"feedback_sent_on": "",
"secure_handling_confirmed": false,
"report_reference": "",
"feedback_deadline_reached": false,
"report_was_anonymous": 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": "external_reporting_information_location",
"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.