v1
latestOpenAPI 3.1.02026-07-241695611.0 MBLien Search
Get Adhoc Liens
This endpoint retrieves a specific adhoc lien search request by its unique identifier. It returns a LiensSearchRequest object that includes the state of the request and a list of lien filings associated with the request.
The lien filings provide detailed information about each lien, including the filing number, type, date, status, and associated business and search request. The model also links to any amendments and the involved parties.
get/lien_searches/adhoc/{liens_search_request_id}
Path parameters
liens_search_request_idstring uuid required
The unique identifier of the adhoc liens search request.
Example:57e678bc-7f10-4ace-b95f-07d1e87ae6f2
The unique identifier of the adhoc liens search request.
Response
Response
Example response
{
"error": "TimeoutError: The Liens Search could not be completed.",
"filings": [
{
"filing_number": "P98172",
"filing_type": "Lien for Loan Default",
"filing_date": "2023-09-18",
"lapse_date": "2023-04-15",
"status": "Under Appeal",
"number_of_pages": 14,
"document_filename": "docket_47182.pdf",
"parties": [
{
"name": "Louis Schneider",
"address": {
"street": "913 Hendrix Gardens Suite 492",
"city": "Jasonfurt",
"zip": "19773",
"latitude": 38.03012,
"longitude": 78.47665
},
"type": "individual"
}
],
"amendments": [
{
"filing_number": "H76162",
"filing_type": "Notarized Letter",
"filing_date": "2023-11-27",
"number_of_pages": 4
}
],
"collateral_statements": [
{
"text": "2022 Blue Honda Civic"
}
]
}
],
"last_updated_at": "2024-06-01",
"searched_states": [
"FL",
"CA"
]
}