GET LookUpApi/CaseCategories?SessionId={SessionId}&LocationCode={LocationCode}&PageNumber={PageNumber}&PageSize={PageSize}&Term={Term}&IsNewCase={false}&Code={Code}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId |
Session GUID |
string |
Required |
| LocationCode |
Selected Location Value |
string |
Required |
| PageNumber |
Page Number |
integer |
Required |
| PageSize |
Page Size |
integer |
Required |
| Term |
Term |
string |
Optional |
| IsNewCase |
whether the case is new or existing |
bool |
Required |
| Code |
CaseCategories code |
string |
Optional |
Body Parameters
None.
Response Information
Response Formats
application/json, text/json
Sample:
{
"CaseCategories": [
{
"Id": 0,
"Location": {
"Code": "bexar:cc",
"Name": "Bexar County - County Clerk",
"FilingType": 3,
"AllowInitial": false,
"AllowSubsequent": false,
"AllowMultipleAttorneys": false,
"OdysseyNodeId": "4716",
"CMSId": "1685",
"SupportedCaseType": null,
"AllowNonIndexCase": true,
"LookupURL": null,
"CaseTypeLookups": null,
"AllowableCardTypes": "MASTERCARD,VISA,AMEX,DISCOVER,CHECKING",
"SendServiceBeforeReview": true,
"ParentNodeID": "bexar",
"IsCounty": false,
"RestrictBankAccountPayment": false,
"IsActive": true
},
"Code": "136101",
"LocationCode": null,
"Name": "Civil - Contract",
"ECFCaseType": "CivilCase",
"ProcedureRemedyInitial": "Available",
"ProcedureRemedySubsequent": "Not Available",
"DamageAmountInitial": "Required",
"DamageAmountSubsequent": "Not Available"
},
{
"Id": 0,
"Location": {
"Code": "bexar:cc",
"Name": "Bexar County - County Clerk",
"FilingType": 3,
"AllowInitial": false,
"AllowSubsequent": false,
"AllowMultipleAttorneys": false,
"OdysseyNodeId": "4716",
"CMSId": "1685",
"SupportedCaseType": null,
"AllowNonIndexCase": true,
"LookupURL": null,
"CaseTypeLookups": null,
"AllowableCardTypes": "MASTERCARD,VISA,AMEX,DISCOVER,CHECKING",
"SendServiceBeforeReview": true,
"ParentNodeID": "bexar",
"IsCounty": false,
"RestrictBankAccountPayment": false,
"IsActive": true
},
"Code": "136103",
"LocationCode": null,
"Name": "Civil - Injury or Damage",
"ECFCaseType": "CivilCase",
"ProcedureRemedyInitial": "Available",
"ProcedureRemedySubsequent": "Not Available",
"DamageAmountInitial": "Required",
"DamageAmountSubsequent": "Not Available"
},
{
"Id": 0,
"Location": {
"Code": "bexar:cc",
"Name": "Bexar County - County Clerk",
"FilingType": 3,
"AllowInitial": false,
"AllowSubsequent": false,
"AllowMultipleAttorneys": false,
"OdysseyNodeId": "4716",
"CMSId": "1685",
"SupportedCaseType": null,
"AllowNonIndexCase": true,
"LookupURL": null,
"CaseTypeLookups": null,
"AllowableCardTypes": "MASTERCARD,VISA,AMEX,DISCOVER,CHECKING",
"SendServiceBeforeReview": true,
"ParentNodeID": "bexar",
"IsCounty": false,
"RestrictBankAccountPayment": false,
"IsActive": true
},
"Code": "7",
"LocationCode": null,
"Name": "Civil - Other Civil",
"ECFCaseType": "CivilCase",
"ProcedureRemedyInitial": "Available",
"ProcedureRemedySubsequent": "Not Available",
"DamageAmountInitial": "Required",
"DamageAmountSubsequent": "Not Available"
},
{
"Id": 0,
"Location": {
"Code": "bexar:cc",
"Name": "Bexar County - County Clerk",
"FilingType": 3,
"AllowInitial": false,
"AllowSubsequent": false,
"AllowMultipleAttorneys": false,
"OdysseyNodeId": "4716",
"CMSId": "1685",
"SupportedCaseType": null,
"AllowNonIndexCase": true,
"LookupURL": null,
"CaseTypeLookups": null,
"AllowableCardTypes": "MASTERCARD,VISA,AMEX,DISCOVER,CHECKING",
"SendServiceBeforeReview": true,
"ParentNodeID": "bexar",
"IsCounty": false,
"RestrictBankAccountPayment": false,
"IsActive": true
},
"Code": "136106",
"LocationCode": null,
"Name": "Civil - Related to Criminal Matters",
"ECFCaseType": "CivilCase",
"ProcedureRemedyInitial": "Not Available",
"ProcedureRemedySubsequent": "Not Available",
"DamageAmountInitial": "Not Available",
"DamageAmountSubsequent": "Not Available"
}
],
"TotalRecordCount": 4,
"PageNumber": 0,
"PageSize": 20
}