Detailed Facility Report
Detailed Facility Report ICIS Formal Actions Service
This procedure obtains data for the Integrated Compliance Information System, Formal Enforcement Actions section of the DFR.
get/dfr_rest_services.get_icis_formal_actions
Query parameters
output'JSONP' | 'JSON' | 'XML'
Output Format Flag. Enter one of the following keywords:
- JSON = Data model formatted as Javascript Object Notation (default).
- JSONP = Data model formatted as Javascript Object Notation with Padding.
- XML = Data model formatted as Extensible Markup Language.
p_idstring required
Either the EPA Facility Registry System's REGISTRY_ID for a facility or the facility identifier from the following EPA Systems: RCRAINFO (HANDLER_ID), AFS (SCSC), ICIS NPDES (NPDES_ID), or SDWIS (PWS_ID).
callbackstring
JSONP Callback. For use with JSONP and GEOJSONP output only. Enter a name of the function in which to wrap the JSON response.
Response
Returns an object that includes an array of ICIS formal actions.
Example response
{
"Results": {
"ICISFormalActions": {
"Action": [
{
"CaseID": "VA0000005151044014",
"CaseName": "Baltes Real Estate Company",
"CaseType": "AFR",
"CompActionCost": "0",
"FederalPenalty": "$65,000.00",
"LatestSettlementEnteredDate": "01/25/2018",
"LawSectionCode": "112D",
"LeadAgency": "State",
"NumberSettlements": "1",
"SepCost": "$4,100.00",
"SettlementDate": "05/5/2005",
"StateLocalPenalty": "8450",
"StatuteCode": "VA0000005151044014",
"TotalCostRecovery": "$6,598"
}
],
"ProgramDates": [
{
"EndDate": "01/01/2016",
"Program": "CWA",
"StartDate": "01/01/2016"
}
]
},
"Message": "Success"
}
}