KellPro API Reference Guide

api.kellpro.com/v2

GET odcr/casetypes

Returns a list of types of cases and their related identifiers. The id property for each record can be used to search by that type of case on the search resource.

Resource URL

https://api.kellpro.com/v2/odcr/casetypes.format

Parameters

casetype Optional

Specifies the short character code that is assigned to the type of case.

Example: CM

id Optional

Specifies the unique id that is assigned to the type of case.

Example: 9

Example Request

GET https://api.kellpro.com/v2/odcr/casetypes.json?id=9

[
	{
		"id":"9",
		"casetype":"CM",
		"description":"Criminal Misdemeanor Proceedings"
	}
]