v1

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

Displays the dates that data was extracted from native EPA systems for the DFR.

By EPA System, displays the extract dates that data was extracted for the DFR from multiple EPA computer systems.

post/dfr_rest_services.get_extract_dates

Response

Returns an object that includes information on DFR system extract dates.

Example response

{
  "Results": {
    "Message": "Success",
    "SystemExtractDates": {
      "Dates": [
        {
          "EPASystem": "ICP",
          "SystemExtractDate": "43455"
        }
      ]
    }
  }
}