Cam Monitor Plan Component Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Top-level fields

idlocationIdcomponentIdcomponentTypeCodesampleAcquisitionMethodCodebasisCodemanufacturermodelVersionserialNumberhgConverterIndicatoruserIdaddDateupdateDatesystemslocationanalyzerRanges

Example Payload

Raw ↑
{
  "id": "12345",
  "locationId": "12345",
  "componentId": "12345",
  "componentTypeCode": "string",
  "sampleAcquisitionMethodCode": "string",
  "basisCode": "string",
  "manufacturer": "string",
  "modelVersion": "string",
  "serialNumber": "string",
  "hgConverterIndicator": 0.0,
  "userId": "12345",
  "addDate": "2024-01-15T12:00:00Z",
  "updateDate": "2024-01-15T12:00:00Z",
  "systems": [
    "string"
  ],
  "location": "example",
  "analyzerRanges": [
    "string"
  ]
}