Hearing Service Web Service Definition

Schedule 3

Referenced in Exhibit A of subscriber agreement

These web service calls allow users to obtain a list of the hearings on a case.  The primary purpose is to allow the user to verify the existence of a hearing, as well as its time and place. 

For notes on the Fair Credit Reporting Act (FCRA) and other general matters, see General notes on web services.

A SEARCHASES call is run first, based on the court and case number.  The XML search results can then be used to decide identify party of interest, which are then acquired using a GETCASE call.


Sample calls on Judici test server

If any of the following don't work, contact Web Service User Support


SEARCHCASES call

https://www.judici.com/service/caseSearchService?SEARCHCASES&USERID=n

&APPID=a&KEY=0x&COURTID=ncic

&CASEID

COURTID parameter- this is the NCIC code of the court.  These can be found at the end of the link to each court on this page. (e.g. IL039015J)


CASEID parameter- this is composed of the different segments in sequence:


The remaining search parameters are authentication parameters which will be provided with the credentials for the service.

Automatic filter criteria specific to this web service

Data returned



GETCASE call

This call retrieves a particular litigant's hearings, based on a CaseMD5 from a recent search and the Litigant ID.  While it’s uncommon, hearings are sometimes scheduled for only some of the litigants on the case.  So it’s safest to do the GETCASE on the specific litigant whose hearings you’re seeking.

https://www.judici.com/service/caseSearchService?GETCASE&

USERID=n&APPID=a &KEY=0x&COURTID=ncic

&CASEMD5=value from SEARCHCASES result

&LITIGANTID=value from SEARCHCASES result


All hearings, future (and past, if court retains them), will be returned.  Most of the results data is self-explanatory, but documentation on the various <Event> attributes returned is available here.



Special notes on remote proceedings- in Judici courts, video/remote/Zoom hearings are identified in one or both of the following ways:

The Illinois Supreme Court maintains this page, with the intent of providing links to individual courts' documentation about remote proceedings in each court. That documentation may or may not make clear how the court designates remote hearings.