POST FilingsApi/Search
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId |
Session GUID |
string |
Required |
| caseNumber |
case Number |
string |
Required |
| AdminEmail |
Filer Email address |
string |
Required |
| locationCode |
location Code |
string |
Required |
| searchType |
Static values for More Info |
string |
Required |
| entityName |
EnityName(search with enity.Need to send EnityName) |
string |
optional |
| firstName |
first Name(search with first name instead of caseNumber.Firstname and lastname both are required) |
string |
optional |
| middleName |
middle Name |
string |
Optional |
| lastName |
last Name(search with first name instead of caseNumber.Firstname and lastname both are required) |
string |
optional |
| caseType |
case Type More Info |
string |
Required |
| sortBy |
Static values for More Info |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"SessionId":"11d0fe6b-c9da-432a-91ea-34606c36e29d",
"AdminEmail": "sirishapettela@gmail.com",
"caseNumber":"test1234",
"locationCode":"travis:dc",
"searchType":"3",
"entityName":"",
"firstName":"",
"middleName":"",
"lastName":"",
"caseType":"All",
"sortBy":"CaseNumber"
}
Response Information
Response Formats
application/json, text/json
Sample:
{
"Cases": [
{
"CaseId": 0,
"MatterNumber": null,
"CaseTrackingId": "8554b56a-964c-48d7-904b-78bf2dbb403e",
"CaseDocketId": "test1234",
"IsOriginalPetition": false,
"Location": "Travis County - District Clerk",
"LocationCode": "travis:dc",
"LocationName": null,
"Title": null,
"CaseType": null
}
],
"AllowNonIndex": false
}