GET api/JudgementLienInfo?filterExpression={filterExpression}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| filterExpression | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of JudgementLienInfoData| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| OrderID | integer |
None. |
|
| JudgmentLienType | integer |
None. |
|
| TypeDescr | string |
None. |
|
| CaseNumber | string |
None. |
|
| CaseDate | date |
None. |
|
| RecordedDate | date |
None. |
|
| BookPage | string |
None. |
|
| Instrument | string |
None. |
|
| Amount | decimal number |
None. |
|
| Plantiff | string |
None. |
|
| Defendant | string |
None. |
|
| Comments | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"OrderID": 2,
"JudgmentLienType": 3,
"TypeDescr": "sample string 4",
"CaseNumber": "sample string 5",
"CaseDate": "2026-02-10T16:15:03.3427623-08:00",
"RecordedDate": "2026-02-10T16:15:03.3427623-08:00",
"BookPage": "sample string 6",
"Instrument": "sample string 7",
"Amount": 8.0,
"Plantiff": "sample string 9",
"Defendant": "sample string 10",
"Comments": "sample string 11"
},
{
"ID": 1,
"OrderID": 2,
"JudgmentLienType": 3,
"TypeDescr": "sample string 4",
"CaseNumber": "sample string 5",
"CaseDate": "2026-02-10T16:15:03.3427623-08:00",
"RecordedDate": "2026-02-10T16:15:03.3427623-08:00",
"BookPage": "sample string 6",
"Instrument": "sample string 7",
"Amount": 8.0,
"Plantiff": "sample string 9",
"Defendant": "sample string 10",
"Comments": "sample string 11"
}
]
text/xml
Sample:
<ArrayOfJudgementLienInfoData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAS.DAL">
<JudgementLienInfoData>
<Amount>8</Amount>
<BookPage>sample string 6</BookPage>
<CaseDate>2026-02-10T16:15:03.3427623-08:00</CaseDate>
<CaseNumber>sample string 5</CaseNumber>
<Comments>sample string 11</Comments>
<Defendant>sample string 10</Defendant>
<ID>1</ID>
<Instrument>sample string 7</Instrument>
<JudgmentLienType>3</JudgmentLienType>
<OrderID>2</OrderID>
<Plantiff>sample string 9</Plantiff>
<RecordedDate>2026-02-10T16:15:03.3427623-08:00</RecordedDate>
<TypeDescr>sample string 4</TypeDescr>
</JudgementLienInfoData>
<JudgementLienInfoData>
<Amount>8</Amount>
<BookPage>sample string 6</BookPage>
<CaseDate>2026-02-10T16:15:03.3427623-08:00</CaseDate>
<CaseNumber>sample string 5</CaseNumber>
<Comments>sample string 11</Comments>
<Defendant>sample string 10</Defendant>
<ID>1</ID>
<Instrument>sample string 7</Instrument>
<JudgmentLienType>3</JudgmentLienType>
<OrderID>2</OrderID>
<Plantiff>sample string 9</Plantiff>
<RecordedDate>2026-02-10T16:15:03.3427623-08:00</RecordedDate>
<TypeDescr>sample string 4</TypeDescr>
</JudgementLienInfoData>
</ArrayOfJudgementLienInfoData>