v1

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

Detailed Facility Report TRI History Service

This procedure obtains data for the TRI History section of the DFR.

post/dfr_rest_services.get_tri_history

Response

Returns an object that includes TRI history

Example response

{
  "Results": {
    "Message": "Success",
    "TRIHistory": {
      "Sources": [
        {
          "ReleaseYear": [
            {
              "OffSiteTransfersPOTWS": "0",
              "SourceID": "ALR040033",
              "TotalAirEmissions": "36",
              "TotalOffSiteReleases": "2",
              "TotalOnSiteReleases": "36",
              "TotalReleasesTransfers": "1,356"
            }
          ]
        }
      ]
    }
  }
}