Cam Monitor Plan Monitor Span Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Top-level fields

idlocationIdmpcValuemecValuempfValuescaleTransitionPointspanValuefullScaleRangespanUnitsOfMeasureCodedefaultHighRangeflowSpanValueflowFullScaleRangecomponentTypeCodespanScaleCodespanMethodCodebeginDatebeginHourendDateendHouruserIdaddDateupdateDatelocation

Example Payload

Raw ↑
{
  "id": "12345",
  "locationId": "12345",
  "mpcValue": 0.0,
  "mecValue": 0.0,
  "mpfValue": 0.0,
  "scaleTransitionPoint": 0.0,
  "spanValue": 0.0,
  "fullScaleRange": 0.0,
  "spanUnitsOfMeasureCode": "string",
  "defaultHighRange": 0.0,
  "flowSpanValue": 0.0,
  "flowFullScaleRange": 0.0,
  "componentTypeCode": "string",
  "spanScaleCode": "string",
  "spanMethodCode": "string",
  "beginDate": "2024-01-15T12:00:00Z",
  "beginHour": 0.0,
  "endDate": "2024-01-15T12:00:00Z",
  "endHour": 0.0,
  "userId": "12345",
  "addDate": "2024-01-15T12:00:00Z",
  "updateDate": "2024-01-15T12:00:00Z",
  "location": "example"
}