Skip to main content
POST
Create a QC checklist group

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.

Path Parameters

qclID
string
required

Body

application/json
groupName
string
required

Name of the QC checklist group

groupType
enum<string>

The type of numbering used for the group. Defaults to alphanumeric when omitted.

Available options:
alphanumeric,
numeric

Response

QC Checklist group created successfully

id
string<uuid>
required

Unique identifier for the QC checklist group

groupName
string
required

Name of the QC checklist group

groupType
enum<string>
required

The type of numbering used for the group

Available options:
alphanumeric,
numeric