CHW-4509 ViolationIDInvalid

violation id segment must be a numeric value; check the URL

Default message: violation id segment must be a numeric value; check the URL
HTTP status: 400 (client)

Problem. GET /api/violations/{id}/history returned 400. Cause. The {id} segment was missing or could not be parsed as a 64-bit integer. Fix. Use a numeric violation id from the violations list. HTTP 400.