GET /admin/compliance/evidence/{id}
根据ID获取合规证据的详细信息
合规管理 - 合规证据 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
evidence ID |
Referenced Schemas
dto.ErrorResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
400 |
|
|
message |
string |
No |
invalid request |
|
|
dto.EvidenceItem
| Field | Type | Required | Example | Constraints | Description |
collected_at |
string |
No |
2026-05-01T10:00:00Z |
|
|
collector_id |
string |
No |
usr_auditor_001 |
|
|
control_id |
string |
No |
01JQ... |
|
|
control_type |
string |
No |
iso27001 |
|
|
created_at |
string |
No |
2026-05-01T10:00:00Z |
|
|
description |
string |
No |
Annual approval record for A.9.1.2 |
|
|
file_url |
string |
No |
https://docs.example.com/evidence/ac-policy.pdf |
|
|
id |
string |
No |
01JQ... |
|
|
title |
string |
No |
Access Control Policy Approval |
|
|
dto.EvidenceItemResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.EvidenceItem |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|