Case Enforcement
Enforcement Case Paginated Results Service
GET_QID is passed with a query ID corresponding to a previously run get_cases query. It then returns a CASES object containing all matching cases. The main purpose of GET_QID is for large querysets that contain multiple pages (responsesets) of output. GET_QID allows for pagination and for the selection and sorting of columns.
post/case_rest_services.get_qid
Response
Results are an array (page) of Cases from ICIS with the number of cases equal to the responseset (page size).
Example response
{
"Results": {
"Cases": [
{
"ActivityId": "???",
"CaaFlag": "1",
"CaseCategoryCode": "AIF",
"CaseCategoryDesc": "Administrative - Informal",
"CaseName": "Baltes Real Estate Company",
"CaseNumber": "05-200021274",
"CaseStatusCode": "ACH",
"CaseStatusDesc": "Achieved",
"CerclaFlag": "1",
"CivilCriminalIndicator": "CI",
"CostRecovery": "0",
"CwaFlag": "1",
"DOJDocketNmbr": "Achieved",
"DateClosed": "07/21/2011",
"DateFiled": "01/19/2005",
"DateLodged": "04/28/2009",
"EnfOutcome": "Final Order With Penalty",
"EpcraFlag": "1",
"FedPenalty": "$3,000.00",
"FederalFlag": "1",
"FifraFlag": "1",
"Lead": "EPA",
"MaxScore": "1",
"PrimaryLaw": "TSCA",
"PrimaryNAICSCode": "237310",
"PrimarySICCode": "1220",
"PrimarySection": "409",
"RcraFlag": "1",
"SEPCategories": "0",
"SEPCost": "$4,100.00",
"SEPTexts": "0",
"SdwaFlag": "1",
"SettlementCnt": "1",
"SettlementDate": "05/5/2005",
"TotalCompActionAmt": "279450"
}
],
"Message": "Success",
"PageNo": "1",
"QueryID": "245",
"QueryRows": "5"
}
}