Skip to main content
GET
/
cabinet
/
admin
/
ban-system
/
traffic
/
violations
Get Traffic Violations
curl --request GET \
  --url http://localhost:8080/cabinet/admin/ban-system/traffic/violations
{
  "violations": [],
  "total": 0
}

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 100

Response

Successful Response

List of traffic violations.

violations
BanTrafficViolationItem · object[]
total
integer
default:0