POST /admin/compliance/privacy-impact
创建一条隐私影响评估(如新功能上线前的隐私风险评估)
合规管理 - 隐私影响评估 `bearerAuth` application/json
Request Body
Schema: dto.PIARequest
| Field | Type | Required | Example | Constraints | Description |
description |
string |
Yes |
评估用户画像功能的隐私风险 |
|
|
title |
string |
Yes |
新用户画像功能PIA |
|
|
data |
string |
No |
{"processing_activity":"用户行为分析"} |
|
|
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 |
|
|