GET /admin/security/risk-events
Risk event list
Security `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
event_type |
query |
string |
No |
|
|
|
Event type |
user_id |
query |
string |
No |
|
|
|
User ID |
min_score |
query |
integer |
No |
|
|
|
Minimum risk score |
start_date |
query |
string |
No |
|
|
|
Start date (RFC3339) |
end_date |
query |
string |
No |
|
|
|
End date (RFC3339) |
Referenced Schemas
dto.RiskEventListResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
items |
array of
See dto.RiskEventResponse |
No |
|
|
Use items uniformly |
message |
string |
No |
|
|
|
pagination |
object |
No |
|
|
Pagination information (nested object) |
timestamp |
string |
No |
|
|
|
total |
integer |
No |
|
|
Total count (flattened for direct reading) |
dto.RiskEventResponse
| Field | Type | Required | Example | Constraints | Description |
created_at |
string |
No |
|
|
Event time |
device_id |
string |
No |
|
|
Device ID |
event_type |
string |
No |
|
|
Event type |
geo_location |
string |
No |
|
|
Geographic location |
id |
string |
No |
|
|
Event ID |
ip |
string |
No |
|
|
Source IP |
metadata |
string |
No |
|
|
Metadata |
risk_score |
number |
No |
|
|
Risk score |
user_id |
string |
No |
|
|
User ID |
gitee_com_linmes_authms_base_dto.PageInfo
| Field | Type | Required | Example | Constraints | Description |
has_next |
boolean |
No |
|
|
HasNext indicates whether there is a next page |
has_prev |
boolean |
No |
|
|
HasPrev indicates whether there is a previous page |
page |
integer |
No |
|
|
Page is the current page number (1-based) |
page_size |
integer |
No |
|
|
PageSize is the number of items per page |
total |
integer |
No |
|
|
Total is the total number of items across all pages |
total_pages |
integer |
No |
|
|
TotalPages is the total number of pages |