GET /admin/compliance/audit-findings/{id}
根据ID获取审计发现问题及整改进展
合规管理 - 审计发现 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
audit finding ID |
Referenced Schemas
dto.AuditFindingItem
| Field | Type | Required | Example | Constraints | Description |
assignee_id |
string |
No |
usr_security_lead |
|
|
control_id |
string |
No |
01JQ... |
|
|
control_type |
string |
No |
iso27001 |
|
|
created_at |
string |
No |
2026-05-01T10:00:00Z |
|
|
description |
string |
No |
A.9.1.2 requires quarterly review, last review 6 months ago |
|
|
due_date |
string |
No |
2026-06-01T00:00:00Z |
|
|
id |
string |
No |
01JQ... |
|
|
remediation_plan |
string |
No |
Establish automated review reminders |
|
|
severity |
string |
No |
high |
|
|
status |
string |
No |
open |
|
|
title |
string |
No |
Access Control Policy Not Reviewed |
|
|
dto.AuditFindingItemResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.AuditFindingItem |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.ErrorResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
400 |
|
|
message |
string |
No |
invalid request |
|
|