Note: This Webhook is Deprecated.
The Scheduled Search Results Webhook is intended to inform a Client's endpoint about the results that are found for the Search which is saved and scheduled to run periodically.
Every scheduled run of a saved search will trigger this webhook.
This webhook needs to be enabled by logging into the account under More > Developer Integrations > Webhook
Below is the sample data that your webhook endpoint would receive from UniCourt.
{
"search_metadata":{
"search_id":"1313",
"search_run_id":"ed5a308d-11bd-49b5-b06e-26e8b5ba19a4"
},
"results":[
{
"case":{
"case_id":"EM7BEFQ5FA7DAET7MMVV47K4KRFAY1012",
"case_type_category":"Civil",
"courthouse":"Stanley Mosk Courthouse",
"state":"CA",
"case_status_category":"Pending",
"jurisdiction":"Los Angeles County Superior Courts",
"case_type":"Other Personal Injury",
"last_updated_date":"2018-01-19",
"case_name":"HENRY BRAY VS WAL-MART STORES, INC",
"filing_date":"2017-11-15",
"case_status":"Other Pending",
"case_type_subcategory":"Personal Injury",
"case_number":"17STLC04485",
"hidden":false,
"docket":" ... ; Filed <b>by: Wal-Mart Stores, Inc</b> (Defendant)! 2017-11-15 Complaint; Filed <b>by: Henry Bray</b> (Plaintiff); <b>As to: Wal-Mart Stores, Inc</b> (Defendant)! 2017 ... -11-15 Civil Case Cover Sheet; Filed <b>by: Henry Bray</b> (Plaintiff ... -15 Case assigned to Hon. <b>Georgina T. Rizk</b> in Department 77 Stanley Mosk ... "
},
"judges":[
{
"fullname":"Georgina T. Rizk"
}
],
"attorneys":[
{
"firm":" ",
"fullname":"Yeager Kenneth Charles"
}
],
"search_run_result_id":"ed5a308d-11bd-49b5-b06e-26e8b5ba19a4.CA.LA1.1429430",
"parties":[
{
"representation_type":"Attorney Represented",
"party_type":"Defendant",
"fullname":"Wal-Mart Stores Inc",
"entity_type":"Company"
},
{
"representation_type":"Attorney Represented",
"party_type":"Plaintiff",
"fullname":"Bray Henry",
"entity_type":"Individual"
}
]
}
]
}