Case Settlement Status

Filter cases by settlement status

Filter by case settlement status (integer).

GET https://clearinghouse.net/api/v1/cases?settlement_agreement=settlement_agreement_id

Query Parameters

NameTypeDescription

settlement_agreement_idpe_id*

integer

Settlement status ID (see list below for list of integers and its mapped values)

Headers

NameTypeDescription

Authorization*

String

Authorization

Token XXXXXXXXXXX

where

XXXXXXXXXXX

is the token string

Supported settlement status (settlement_agreement_id):

5647

Court Approved Settlement or Consent Decree

5646

Confession of Judgment

5649

Voluntary Dismissal

5648

Private Settlement Agreement

5650

Conditional Dismissal

Example

https://clearinghouse.net/api/v1/case?settlement_agreement=5650

Last updated