Cam Monitor Plan Unit Stack Configuration Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Cam Monitor Plan Unit Stack Configuration 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

idunitIdstackPipeIdbeginDateendDateuserIdaddDateupdateDatestackPipeunit

Example Payload

Raw ↑
{
  "id": "12345",
  "unitId": 0.0,
  "stackPipeId": "12345",
  "beginDate": "2024-01-15T12:00:00Z",
  "endDate": "2024-01-15T12:00:00Z",
  "userId": "12345",
  "addDate": "2024-01-15T12:00:00Z",
  "updateDate": "2024-01-15T12:00:00Z",
  "stackPipe": "example",
  "unit": "example"
}