GET LookUpApi/ProcedureRemedyCodes?SessionId={SessionId}&SubmissionId={SubmissionId}&caseCategoryCode={caseCategoryCode}&locationCode={locationCode}&AdminEmail={AdminEmail}&isNewCase={isNewCase}&PageNumber={PageNumber&PageSize={PageSize}&Term={Term}&Code={Code}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId |
Session GUID |
string |
Required |
| SubmissionId |
Submission Id |
long |
Required |
| caseCategoryCode |
Case category value |
string |
Required |
| locationCode |
Selected Location value |
string |
Required |
| AdminEmail |
Filer EmailAddress |
string |
Required |
| isNewCase |
Whether Case is new or existing |
bool |
Required |
| PageNumber |
Page Number |
integer |
Required |
| PageSize |
Page Size |
integer |
Required |
| Term |
Term |
string |
Optional |
| Code |
ProcedureRemedy Code |
string |
Optional |
Body Parameters
None.
Response Information
Response Formats
application/json, text/json
Sample:
[
{
"Code": "160571",
"Name": "Appeal from Municipal or Justice Court",
"Initial": null,
"Subsequent": null,
"IsChecked": false
},
{
"Code": "160572",
"Name": "Arbitration-related",
"Initial": null,
"Subsequent": null,
"IsChecked": false
},
{
"Code": "160573",
"Name": "Attachment",
"Initial": null,
"Subsequent": null,
"IsChecked": false
},
{
"Code": "160574",
"Name": "Bill of Review",
"Initial": null,
"Subsequent": null,
"IsChecked": false
},
{
"Code": "160575",
"Name": "Certiorari",
"Initial": null,
"Subsequent": null,
"IsChecked": false
},
{
"Code": "160576",
"Name": "Class Action",
"Initial": null,
"Subsequent": null,
"IsChecked": false
},
{
"Code": "160577",
"Name": "Declaratory Judgment",
"Initial": null,
"Subsequent": null,
"IsChecked": false
},
{
"Code": "160578",
"Name": "Garnishment",
"Initial": null,
"Subsequent": null,
"IsChecked": false
},
{
"Code": "160579",
"Name": "Interpleader",
"Initial": null,
"Subsequent": null,
"IsChecked": false
},
{
"Code": "160580",
"Name": "License",
"Initial": null,
"Subsequent": null,
"IsChecked": false
},
{
"Code": "160581",
"Name": "Mandamus",
"Initial": null,
"Subsequent": null,
"IsChecked": false
},
{
"Code": "160582",
"Name": "Post-Judgment",
"Initial": null,
"Subsequent": null,
"IsChecked": false
},
{
"Code": "160583",
"Name": "Prejudgment Remedy",
"Initial": null,
"Subsequent": null,
"IsChecked": false
},
{
"Code": "160584",
"Name": "Protective Order",
"Initial": null,
"Subsequent": null,
"IsChecked": false
},
{
"Code": "160585",
"Name": "Receiver",
"Initial": null,
"Subsequent": null,
"IsChecked": false
},
{
"Code": "160586",
"Name": "Sequestration",
"Initial": null,
"Subsequent": null,
"IsChecked": false
},
{
"Code": "160587",
"Name": "Temporary Restraining Order/Injunction",
"Initial": null,
"Subsequent": null,
"IsChecked": false
},
{
"Code": "160588",
"Name": "Turnover",
"Initial": null,
"Subsequent": null,
"IsChecked": false
}
]