Cam Monitor Plan Monitor Plan Comment Dto Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Top-level fields

monitoringPlanCommentbeginDateendDateidplanIduserIdaddDateupdateDateactive

Example Payload

Raw ↑
{
  "monitoringPlanComment": "DAHS was updated for GT-1 on 11/10/2016 by a previous owner, but the component ID was not updated on the gas system. This was corrected on 9/8/2020.",
  "beginDate": "2020-09-28",
  "endDate": null,
  "id": "V-APPWORK--66020554D3C844E78730052AC3808151",
  "planId": "MDC-2483BA898490441B97B7D7CFB1BE6D9A",
  "userId": "abcde",
  "addDate": "2020-10-28",
  "updateDate": "2020-10-28",
  "active": true
}