Cam Monitor Plan Unit Example

string

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Cam Monitor Plan Unit Example is an example object payload from EPA — U.S. Environmental Protection Agency, with 19 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamedescriptioncommercialOperationDateoperationDatenonLoadBasedIndicatorfacIduserIdaddDateupdateDateplantlocationunitBoilerTypeopStatusesunitFuelsunitControlsunitCapacitiesunitProgramsunitStackConfigurations

Example Payload

Raw ↑
{
  "id": 0.0,
  "name": "EPA Facility",
  "description": "string",
  "commercialOperationDate": "2024-01-15T12:00:00Z",
  "operationDate": "2024-01-15T12:00:00Z",
  "nonLoadBasedIndicator": 0.0,
  "facId": 0.0,
  "userId": "12345",
  "addDate": "2024-01-15T12:00:00Z",
  "updateDate": "2024-01-15T12:00:00Z",
  "plant": "example",
  "location": "example",
  "unitBoilerType": "example",
  "opStatuses": [
    "active"
  ],
  "unitFuels": [
    "string"
  ],
  "unitControls": [
    "string"
  ],
  "unitCapacities": [
    "string"
  ],
  "unitPrograms": [
    "string"
  ],
  "unitStackConfigurations": [
    "string"
  ]
}