v1

latestSwagger 2.0This page was built with the Swagger API.2026-07-1494156491.1 KB
Detailed Facility Report

Detailed Facility Report Compliance Summary Service

This procedure obtains data for Compliance Summary Data in the Enforcement and Compliance Section of the Detailed Facility report.

post/dfr_rest_services.get_compliance_summary

Response

Returns an object that includes an array of compliance summaries

Example response

{
  "Results": {
    "ComplianceSummary": {
      "ProgramDates": [
        {
          "EndDate": "01/01/2016",
          "Program": "CWA",
          "StartDate": "01/01/2016"
        }
      ],
      "Source": [
        {
          "CurrentAsOf": "05/21/2016",
          "CurrentSNC": "No",
          "QtrsInNC": "1",
          "SourceID": "ALR040033",
          "Statute": "CWA"
        }
      ]
    },
    "Message": "Success"
  }
}