GET LookUpApi/FilingCodes?SessionId={SessionId}&PageNumber={PageNumber}&PageSize={PageSize}&Term={Term}&Code={Code}&SubmissionId={SubmissionId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId |
Session GUID |
string |
Required |
| SubmissionId |
Submission Id |
long |
Required |
| PageNumber |
Page Number |
integer |
Required |
| PageSize |
Page Size |
integer |
Required |
| Term |
Term |
string |
Optional |
| Code |
Code |
string |
Optional |
Body Parameters
None.
Response Information
Response Formats
application/json, text/json
Sample:
{
"FilingCodes": [
{
"Selected": false,
"Name": "Affidavit of Indigency ($0)",
"Code": "201570",
"IsRequired": false
},
{
"Selected": false,
"Name": "Application($0)",
"Code": "150946",
"IsRequired": false
},
{
"Selected": false,
"Name": "Petition($0)",
"Code": "142574",
"IsRequired": false
},
{
"Selected": false,
"Name": "Transfer (County Use Only)($0)",
"Code": "236793",
"IsRequired": false
}
],
"TotalRecordCount": 4,
"PageNumber": 0,
"PageSize": 20
}