1Factory · Example Payload

1Factory Part Data Example

AnalyticsData CollectionManufacturingMonitoringQuality

1Factory Part Data Example is an example object payload from 1Factory, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

grp_identrow_identupdated_onmeasurements

Example Payload

Raw ↑
{
  "grp_ident": "CAVITY1",
  "row_ident": "SN100001",
  "updated_on": "2021-07-16T17:53:41-08:00",
  "measurements": [
    {
      "value": 1.1234,
      "bonus": 0.02
    }
  ]
}