KellPro API Reference Guide

api.kellpro.com/v2

GET odcr/dispositions

Returns the dispositions for a specific case.

Resource URL

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

Parameters

casekey

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

Example Request

GET https://api.kellpro.com/v2/odcr/dispositions.json?casekey=004-TR++9701040

[
	{
		"casekey":"004-TR  9701040",
		"disposition":"Guilty Plea",
		"date":"1997-09-09"
	}
]