Skip to main content
POST
Create workflow step

Authorizations

Authorization
string
header
required

Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.

Body

application/json
abbr
string
required

Abbreviation of the workflow step (1–3 characters)

Required string length: 1 - 3
name
string
required

Name of the workflow step

Required string length: 1 - 255
lqaEnabled
boolean

When true, enables LQA for this step

order
integer<int32>

Display order of the workflow step. When omitted, the step is appended to the end of the organization's workflow step list (highest existing order + 10, or 0 if none exist).

Response

Created

abbr
string

Abbreviation of the workflow step (1–3 characters)

id
string

Internal numeric identifier, encoded as a string

lqaEnabled
boolean

When true, LQA is enabled for this step

name
string

Name of the workflow step

order
integer<int32>

Display order of the workflow step

uid
string

Unique identifier used in API paths