Skip to main content
POST
Create TaskStatus

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Body

application/json

A task status defines a named state for tracking task workflow progress.

changeSequence
integer<int32>
color
string
createdOn
string<date-time>
deleteUserEmail
string | null
deleteUserId
string | null
deleted
boolean
deletedDate
string<date-time> | null
deprecated
boolean
extensionPackRef
string
icon
string
id
string
label
string
locked
boolean | null
metadata
any
name
string
organizationId
string
publicAccess
boolean
sequence
integer<int32>
slug
string
statusType
enum<string>
Available options:
OPEN,
IN_PROGRESS,
DONE,
BLOCKED,
PENDING
template
boolean
type
string
updatedOn
string<date-time>
uuid
string
yamlSource
string | null

Response

Created TaskStatus

A task status defines a named state for tracking task workflow progress.

changeSequence
integer<int32>
color
string
createdOn
string<date-time>
deleteUserEmail
string | null
deleteUserId
string | null
deleted
boolean
deletedDate
string<date-time> | null
deprecated
boolean
extensionPackRef
string
icon
string
id
string
label
string
locked
boolean | null
metadata
any
name
string
organizationId
string
publicAccess
boolean
sequence
integer<int32>
slug
string
statusType
enum<string>
Available options:
OPEN,
IN_PROGRESS,
DONE,
BLOCKED,
PENDING
template
boolean
type
string
updatedOn
string<date-time>
uuid
string
yamlSource
string | null