Cam Streaming Derived Hourly Value Base Dto Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Cam Streaming Derived Hourly Value Base Dto Example is an example object payload from EPA — U.S. Environmental Protection Agency, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idhourIdparameterCodeadjustedHourlyValuemodcCodelocationIdreportPeriodIduserIdaddDateupdateDate

Example Payload

Raw ↑
{
  "id": "12345",
  "hourId": "12345",
  "parameterCode": "string",
  "adjustedHourlyValue": "https://example.com",
  "modcCode": "string",
  "locationId": "12345",
  "reportPeriodId": 0.0,
  "userId": "12345",
  "addDate": "string",
  "updateDate": "string"
}