Cam Qa Cert Rata Traverse Record Dto Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Cam Qa Cert Rata Traverse Record Dto Example is an example object payload from EPA — U.S. Environmental Protection Agency, with 21 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idflowRataRunIdcalculatedCalculatedVelocityuserIdaddDateupdateDateprobeIdprobeTypeCodepressureMeasureCodemethodTraversePointIdvelocityCalibrationCoefficientlastProbeDateaverageVelocityDifferencePressureaverageSquareVelocityDifferencePressuretStackTemperaturepointUsedIndicatornumberWallEffectsPointsyawAnglepitchAnglecalculatedVelocityreplacementVelocity

Example Payload

Raw ↑
{
  "id": "12345",
  "flowRataRunId": "12345",
  "calculatedCalculatedVelocity": 35.5,
  "userId": "12345",
  "addDate": "string",
  "updateDate": "string",
  "probeId": "12345",
  "probeTypeCode": "string",
  "pressureMeasureCode": "string",
  "methodTraversePointId": "12345",
  "velocityCalibrationCoefficient": 0.0,
  "lastProbeDate": "2024-01-15T12:00:00Z",
  "averageVelocityDifferencePressure": 0.0,
  "averageSquareVelocityDifferencePressure": 0.0,
  "tStackTemperature": 0.0,
  "pointUsedIndicator": 0.0,
  "numberWallEffectsPoints": 0.0,
  "yawAngle": 0.0,
  "pitchAngle": 0.0,
  "calculatedVelocity": 35.5,
  "replacementVelocity": 0.0
}