Detailed Facility Report
Detailed Facility Report 5 Year Compliance Monitoring History Service
This procedure obtains data for the Compliance Monitoring History (5 years) in the Enforcement and Compliance Section of the Detailed Facility report.
post/dfr_rest_services.get_compliance_history
Response
Returns an object that includes an array of compliance histories
Example response
{
"Results": {
"ComplianceHistory": {
"Inspection": [
{
"CMSFlag": "Y",
"Date": "09/22/2011",
"EPASystem": "ICP",
"InspectionType": "Evaluation",
"LeadAgency": "State",
"SourceID": "ALR040033",
"Statute": "CWA"
}
],
"ProgramDates": [
{
"EndDate": "01/01/2016",
"Program": "CWA",
"StartDate": "01/01/2016"
}
]
},
"Message": "Success"
}
}