ValidationError missing on some endpoints that allow query parameters
When implanting statistics endpoints it has become apparent that `ValidationError` is missing on endpoints that allow query parameters, for example if an incorrect format `start_date` is provided to `connections_statistics_read`, then you would expect to throw `ValidationError`.
Please could this be added to any endpoints that have query parameters to help with validation?
**Example:**

issue