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 Part Master API

Part Master defines the part numbers, revisions and other information for parts referenced in Plans, Inspections, FAIs etc.

1Factory Part Master 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 Part Master. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 8 JSON Schemas.

This API exposes 3 operations across 2 paths, and defines 11 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 2 paths 11 schemas 1 GET2 PUT

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 Part Master 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 2 paths, the API surfaces 3 operations — 1 GET, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Part Master 3

Part Master defines the part numbers, revisions and other information for parts referenced in Plans, Inspections, FAIs etc.

PUT
/partMasters
1Factory Creates a New (or Updates Existing) Part Master Entry for Your Organization.
body → 201200400401
GET
/partMasters
1Factory Gets a List of Part Masters for Your Organization.
17 params → 200400401
PUT
/partMasters/assemblies
1Factory Defines Assembly Relationships Between Part Masters.
body → 200400401404

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are PartMaster (24 properties), NewPartMaster (15 properties), AssemblyEntry (3 properties), Assembly (3 properties). Each schema is shown below with its type and property counts.

project_identifier
Name of projectidentifier to filter on. Must come from your organization's Part Master Project Identifier LOV. (The name used in the UI for this LOV is configu…
Assembly
object
3 properties 2 required
PartMaster
object
24 properties 1 required
rev
string
Part revision. Together with part number, uniquely identifies a part.
PartMasterList
array
SubPartList
array
List of parts that make up this assembly. Each listed part must already exist as a Part Master entry.
ID
integer
Unique identifier for the Inspection, assigned by 1Factory.
part_number
string
Part number. Together with rev, uniquely identifies a part.
Error
object
2 properties
AssemblyEntry
object
3 properties 3 required
NewPartMaster
object
15 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

1factory-part-master-api-openapi.yml Raw ↑

Other APIs 1Factory publishes across the network.

1Factory Customers API
1Factory Manufacturing API
1Factory QMS API
1Factory Receiving API
1Factory Suppliers API
1Factory Work Orders API