Cam Monitor Plan Monitor Load Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Cam Monitor Plan Monitor Load 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

idlocationIdloadAnalysisDatebeginDatebeginHourendDateendHourmaximumLoadValuesecondNormalIndicatorupperOperationBoundarylowerOperationBoundarynormalLevelCodesecondLevelCodeuserIdaddDateupdateDatemaximumLoadUnitsOfMeasureCodelocation

Example Payload

Raw ↑
{
  "id": "12345",
  "locationId": "12345",
  "loadAnalysisDate": "2024-01-15T12:00:00Z",
  "beginDate": "2024-01-15T12:00:00Z",
  "beginHour": 0.0,
  "endDate": "2024-01-15T12:00:00Z",
  "endHour": 0.0,
  "maximumLoadValue": 0.0,
  "secondNormalIndicator": 0.0,
  "upperOperationBoundary": 0.0,
  "lowerOperationBoundary": 0.0,
  "normalLevelCode": "string",
  "secondLevelCode": "string",
  "userId": "12345",
  "addDate": "2024-01-15T12:00:00Z",
  "updateDate": "2024-01-15T12:00:00Z",
  "maximumLoadUnitsOfMeasureCode": "string",
  "location": "example"
}