v1

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

Detailed Facility Report Formal Actions Service

This procedure obtains data for the Formal Enforcement Actions section of the DFR.

post/dfr_rest_services.get_formal_actions

Response

Returns an object that includes an array of formal actions.

Example response

{
  "Results": {
    "FormalActions": {
      "Action": [
        {
          "ActionDate": "VA0000005151044014",
          "LeadAgency": "State",
          "PenaltyAmount": "$1,458",
          "SourceID": "ALR040033",
          "Statute": "CWA"
        }
      ],
      "ProgramDates": [
        {
          "EndDate": "01/01/2016",
          "Program": "CWA",
          "StartDate": "01/01/2016"
        }
      ]
    },
    "Message": "Success"
  }
}