Violations
Violations
Violations returns violations for the company.
GET /api/v1/dot/{dotNumber}/violations
[
{
"inspectionDate": "2023-05-05",
"convictedOfDifCharge": "N",
"code": "392.82(a)1",
"description": "Using a hand-held mobile telephone while operating a CMV",
"oos": "N",
"timeSeverityWeight": "10",
"basic": "Unsafe Driving",
"unit": "D"
},
{
"inspectionDate": "2024-05-16",
"convictedOfDifCharge": "N",
"code": "393.55(d)(1)",
"description": "CMV not equipped with ABS malfunction circuit or signal (Truck-Tractor mfg on/after 3/1/1997; Straight Truck mfg on/after 3/1/1998)",
"oos": "N",
"timeSeverityWeight": "4",
"basic": "Vehicle Maint.",
"unit": "1"
},
{
"inspectionDate": "2024-05-16",
"convictedOfDifCharge": "N",
"code": "393.9TS",
"description": "Inoperative turn signal",
"oos": "N",
"timeSeverityWeight": "6",
"basic": "Vehicle Maint.",
"unit": "1"
},
{
"inspectionDate": "2024-06-04",
"convictedOfDifCharge": "N",
"code": "172.602(a)",
"description": "Emergency Response information not complete",
"oos": "N",
"timeSeverityWeight": "3",
"basic": "HM Compliance",
"unit": "1"
},
{
"inspectionDate": "2024-07-16",
"convictedOfDifCharge": "N",
"code": "396.3(a)(1)",
"description": "Hubs - Hub cap missing or broken",
"oos": "Y",
"timeSeverityWeight": "4",
"basic": "Vehicle Maint.",
"unit": "1"
},
{
"inspectionDate": "2024-08-05",
"convictedOfDifCharge": "N",
"code": "392.2-SLLTCD",
"description": "State/Local Laws - Failed to obey a traffic control device - Permanent or Temporary - e.g., safety offical, signal, sign, light, lane marking, other.",
"oos": "N",
"timeSeverityWeight": "5",
"basic": "Unsafe Driving",
"unit": "D"
}
]