GET odcr/offenses
Returns the offenses listed for a specific case.
This resource will return an array of offenses. In most cases only one offense will be specified, but many cases will have multiple offenses listed.
Resource URL
https://api.kellpro.com/v2/odcr/offenses.format
Parameters
casekey
Optional
Specifies the unique key assigned to the case. The case key is a text identifier made up of the court code, case type, case year & case number.
Example: 019BCM 0300210
types
Optional
Required when returning non-case-specific offenses. Specifies a pipe "|" delimited list of case types to search for. Returns a list of all the unique offenses related to those case types.
Example: TR|TRC|CM
Example Request
GET https://api.kellpro.com/v2/odcr/offenses.json?casekey=019BCM++0300210
[ "AGGRAVATED DRIVING UNDER THE INFLUENCE", "TOC-LIQUOR", "SPEEDING IN EXCESS OF LAWFUL MAXIUM LIMIT" ]