Cam Monitor Plan Emission Evaluation Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Cam Monitor Plan Emission Evaluation 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

checkSessionIdlastUpdatedmonitorPlanIdneedsEvalFlagreportingPeriodIdsubmissionAvailabilityCodesubmissionIdupdatedStatusFlagmonitorPlanreportingPeriod

Example Payload

Raw ↑
{
  "checkSessionId": "12345",
  "lastUpdated": "2024-01-15T12:00:00Z",
  "monitorPlanId": "12345",
  "needsEvalFlag": "string",
  "reportingPeriodId": 0.0,
  "submissionAvailabilityCode": "string",
  "submissionId": 0.0,
  "updatedStatusFlag": "active",
  "monitorPlan": "example",
  "reportingPeriod": "example"
}