POST /admin/compliance/privacy-impact
Create a Privacy Impact Assessment (e.g., privacy risk assessment before new feature launch)
Compliance Management - Privacy Impact Assessment `bearerAuth` application/json
Request Body
Schema: dto.PIARequest
| Field | Type | Required | Example | Constraints | Description |
description |
string |
Yes |
Assess privacy risk of user profiling feature |
|
|
title |
string |
Yes |
New user profiling feature PIA |
|
|
data |
string |
No |
{"processing_activity":"User behavior analysis"} |
|
|
Referenced Schemas
dto.ErrorResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
400 |
|
|
message |
string |
No |
invalid request |
|
|
dto.PIAItemResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.PIAResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.PIAResponse
| Field | Type | Required | Example | Constraints | Description |
created_at |
string |
No |
2026-05-01T10:00:00Z |
|
|
description |
string |
No |
Privacy impact assessment for user profiling feature |
|
|
id |
string |
No |
01JQ... |
|
|
status |
string |
No |
completed |
|
|
title |
string |
No |
New User Profiling PIA |
|
|