1Factory · Example Payload

1Factory Super Inspection Example

AnalyticsData CollectionManufacturingMonitoringQuality

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

Top-level fields

IDinsp_ident_1insp_ident_2insp_ident_3part_numberrevpart_descriptionoperationcustomer_namesupplier_namesupplier_numberproject_identifiersitecreated_by_namecreated_onin_spec_pctinspection_statusinspected_by_nameinspected_onreview_statusreviewed_by_namereviewed_onnotesncrsupdated_onclosed_on

Example Payload

Raw ↑
{
  "ID": "abc123",
  "insp_ident_1": "example-value",
  "insp_ident_2": "example-value",
  "insp_ident_3": "example-value",
  "part_number": "PART-001",
  "rev": "example-value",
  "part_description": "This is an example description.",
  "operation": "example-value",
  "customer_name": "Example Item",
  "supplier_name": "Example Item",
  "supplier_number": "12345",
  "project_identifier": "example-value",
  "site": "QC Lab",
  "created_by_name": "Example Item",
  "created_on": "example-value",
  "in_spec_pct": 100.0,
  "inspection_status": "Accepted",
  "inspected_by_name": "Will Stallard",
  "inspected_on": "2021-07-16T17:42:31-08:00",
  "review_status": "Pending",
  "reviewed_by_name": "Nipun Girotra",
  "reviewed_on": "2021-07-16T17:53:41-08:00",
  "notes": "Parts are discolored.",
  "ncrs": [
    "NCR-123",
    "NCR-456"
  ],
  "updated_on": "example-value",
  "closed_on": "example-value"
}