Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

1Factory QMS API

Data related to Quality

1Factory QMS API is one of 7 APIs that 1Factory publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 8 JSON Schema definitions.

Tagged areas include QMS. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 8 JSON Schemas.

This API exposes 3 operations across 3 paths, and defines 19 schemas. It is described by OpenAPI 3.0.3, at version 24.31.

Requests are made against 5 base URLs: https://www.1factory.co/api/v1, https://www.1factory.com/api/v1, https://val.1factory.co/api/v1, https://val.1factory.com/api/v1, https://localhost/api/v1.

3 operations 3 paths 19 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
24.31
Base URL
https://www.1factory.com/api/v1
Authentication
API Key, API Key
Terms of Service
Resource Areas
1

Authentication & Security 2

1Factory QMS API declares 2 security schemes for authenticating requests. An API key is passed in the header as x-1factory-org (OrgId). An API key is passed in the header as x-1factory-key (ApiKey). By default, every request must be authenticated.

  • OrgId — ID of your organization in 1Factory. Available in the Settings page of the 1Factory application.
  • ApiKey — API key for your organization. Generated in the Settings page of the 1Factory application.

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

QMS 3

Data related to Quality

GET
/qms/ncrs
1Factory Gets a List of NCRs for Your Organization
8 params → 200400401
GET
/qms/capas
1Factory Gets a List of CAPAs for Your Organization
8 params → 200400401
GET
/qms/complaints
1Factory Gets a List of Complaints for Your Organization
8 params → 200400401

Schemas 19

The contract defines 19 schemas that model the data the API accepts and returns. The most detailed are Issue (32 properties), Error (2 properties). Each schema is shown below with its type and property counts.

Issue
object
32 properties
Complaint
object
part_description
string
Description of the part.
closed_on
string
Date & time that an object was closed.
created_by_username
string
Name of user that created the entity.
NcrList
array
owner
string
Name of user that owns the entity.
rev
string
Part revision. Together with part number, uniquely identifies a part.
ComplaintList
array
Capa
object
ID
integer
Unique identifier for the Inspection, assigned by 1Factory.
Ncr
object
part_number
string
Part number. Together with rev, uniquely identifies a part.
created_on
string
Date & time that an object was created.
supplier_name
string
The name of the supplier (for receiving or supplier inspections).
Error
object
2 properties
CapaList
array
updated_on
string
Date & time that an object was last updated.
customer_name
string
The name of the customer (for manufacturing inspections).

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

1factory-qms-api-openapi.yml Raw ↑

Other APIs 1Factory publishes across the network.

1Factory Customers API
1Factory Manufacturing API
1Factory Part Master API
1Factory Receiving API
1Factory Suppliers API
1Factory Work Orders API