Cam Monitor Plan Monitor Load Dto Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Top-level fields

maximumLoadValuemaximumLoadUnitsOfMeasureCodelowerOperationBoundaryupperOperationBoundarynormalLevelCodesecondLevelCodesecondNormalIndicatorloadAnalysisDatebeginDatebeginHourendDateendHouridlocationIduserIdaddDateupdateDateactive

Example Payload

Raw ↑
{
  "maximumLoadValue": 353,
  "maximumLoadUnitsOfMeasureCode": "MW",
  "lowerOperationBoundary": 145,
  "upperOperationBoundary": 301,
  "normalLevelCode": "L",
  "secondLevelCode": "M",
  "secondNormalIndicator": "1",
  "loadAnalysisDate": "2018-09-31",
  "beginDate": "2018-09-31",
  "beginHour": 23,
  "endDate": null,
  "endHour": null,
  "id": "MRHODES16-A1EAFB506CA8442D843275B667DD3C53",
  "locationId": "5770",
  "userId": "abcde",
  "addDate": "2018-10-12",
  "updateDate": "2018-10-12",
  "active": true
}