v1

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

Detailed Facility Report SDWA Sanitary Surveys Service

This procedure obtains data for the SDWA, Sanitary Surveys section of the DFR.

post/dfr_rest_services.get_sdwa_sanitary_surveys

Response

Returns an object that includes an array of sanitary surveys

Example response

{
  "Results": {
    "Message": "Success",
    "SanitarySurveys": {
      "Sources": [
        {
          "SanitarySurvey": [
            {
              "Agency": "State",
              "DataVerification": "N",
              "Distribution": "N",
              "Financial": "Z",
              "FinishedWaterStorage": "Z",
              "ManagementOperation": "N",
              "OperatorCompliance": "M",
              "OtherEvaluation": "M",
              "Pumps": "M",
              "Security": "Z",
              "Source": "Z",
              "SourceID": "ALR040033",
              "Treatment": "M",
              "VisitType": "Sanitary Survey, Complete"
            }
          ]
        }
      ]
    }
  }
}