v1

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

Detailed Facility Report Notices Service

This procedure obtains data for the Notices/Informal Actions section of the DFR.

post/dfr_rest_services.get_notices

Response

Returns an object that includes an array of notices

Example response

{
  "Results": {
    "Message": "Success",
    "Notices": {
      "Notice": [
        {
          "EPASystem": "ICP",
          "EnfIdentifier": "05-000F000550590000700023",
          "LeadAgency": "State",
          "SourceID": "ALR040033",
          "Statute": "CWA"
        }
      ],
      "ProgramDates": [
        {
          "EndDate": "01/01/2016",
          "Program": "CWA",
          "StartDate": "01/01/2016"
        }
      ]
    }
  }
}