Skip to main content
POST
Create a new process

Authorizations

Authorization
string
header
required

Owner-scoped bearer token. The owner a request is scoped to is derived from the token; list endpoints also take an explicit owner query parameter your token must be authorized to read.

Body

application/json
owner
string
required

The ID of the owner

displayName
string
required

The display name of the QC process

description
string

A longer description of the QC checklist.

checklistId
string<uuid>

Unique identifier for the QC checklist for this process

Response

Process created successfully

id
string<uuid>
required

Unique identifier for the QC process

owner
string
required

The ID of the owner

displayName
string
required

The display name of the QC process

createdOn
string<date-time>
required

Timestamp when the QC process was created

archivedOn
string<date-time>

Timestamp when the QC process was archived

checklistId
string<uuid>

Unique identifier for the QC checklist for this process