0f6834e9375d

latestSwagger 2.0This page was built with the Swagger API.2026-07-1494156491.1 KB
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"
  }
}