Skip to main content

Basic fields

IDTitleCreated dateStatusDue dateAssigned owner

Extended detail fields

Returned when you ask about specifics, or say "give me full details".

Necessity of processingData processing descriptionConnected privacy risksRisk management measuresResidual high riskReasoningAssociated information assets

Example queries

"List all our DPIAs"
"Which DPIAs are currently open?"
"Show DPIAs assigned to (user)"
"Are there any overdue DPIAs?"
"Which processing activities have a completed DPIA?"
"Give me full details on our most recent DPIA"

Advanced

Response schema
[
{
"id": "<integer>",
"created": "<datetime string>",
"title": "<string>",
"description": "<string | null>",
"due_date": "<date string | null>",
"status": {
"name": "<string>",
"type": "<string>"
},
"assigned_member": "<object | null>",
"detailed_data": [
{"title": "Reasoning for the necessity of processing", "value": "<string>", "tag": "dpia-template-v2-target-necessitytext"},
{"title": "Freely describe planned data processing", "value": "<string>", "tag": "dpia-template-v2-target-text"},
{"title": "Connected data subject's privacy risks", "value": "<string>", "tag": "dpia-template-v2-subjectrisks-block"},
{"title": "Risk management measures", "value": "<string>", "tag": "dpia-template-v2-actions-measures"},
{"title": "Does the processing result in a high risk, which can't be sufficiently mitigated?", "value": "<string>", "tag": "dpia-template-v2-authority-yesno"},
{"title": "Reasoning", "value": "<string>", "tag": "dpia-template-v2-authority-text"},
{"title": "Associated information assets on management system", "value": "<string>", "tag": "dpia-template-v2-target-assets"}
]
}
]