Cam Monitor Plan Unit Control Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Top-level fields

idunitIdcontrolCodeparameterCodeinstallDateoptimizationDateoriginalCoderetireDateseasonalControlsIndicatoruserIdaddDateupdateDatefuelIndicatorCodeunit

Example Payload

Raw ↑
{
  "id": "12345",
  "unitId": 0.0,
  "controlCode": "string",
  "parameterCode": "string",
  "installDate": "2024-01-15T12:00:00Z",
  "optimizationDate": "2024-01-15T12:00:00Z",
  "originalCode": "string",
  "retireDate": "2024-01-15T12:00:00Z",
  "seasonalControlsIndicator": "string",
  "userId": "12345",
  "addDate": "2024-01-15T12:00:00Z",
  "updateDate": "2024-01-15T12:00:00Z",
  "fuelIndicatorCode": "string",
  "unit": "example"
}