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.

slug
string
required
color
string
deprecated
boolean
extensionPackRef
string
icon
string
label
string
lockDocumentFamily
boolean | null
locked
boolean | null
metadata
unknown
name
string
orgSlug
string
organization
object | null
organizationId
string
project
object | null

A project groups related document stores, assistants, tasks, and processing pipelines within an organization.

projectId
string | null
publicAccess
boolean
ref
string
sequence
integer<int32>
statusType
enum<string>
Available options:
OPEN,
IN_PROGRESS,
DONE,
BLOCKED,
PENDING
template
boolean
type
string
uri
string

Computed resource URI (scheme://orgSlug/slug), present on serialized responses.

yamlSource
string | null

Response

Created TaskStatus

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

changeSequence
integer<int32>
required
createdOn
string<date-time>
required
deleted
boolean
required
deprecated
boolean
required
id
string
required
name
string
required
organizationId
string
required
publicAccess
boolean
required
slug
string
required
template
boolean
required
updatedOn
string<date-time>
required
uuid
string
required
color
string
deleteUserEmail
string | null
deleteUserId
string | null
deletedDate
string<date-time> | null
extensionPackRef
string
icon
string
label
string
lockDocumentFamily
boolean | null
locked
boolean | null
metadata
unknown
orgSlug
string
organization
object | null
project
object | null

A project groups related document stores, assistants, tasks, and processing pipelines within an organization.

projectId
string | null
ref
string
sequence
integer<int32>
statusType
enum<string>
Available options:
OPEN,
IN_PROGRESS,
DONE,
BLOCKED,
PENDING
type
string
uri
string

Computed resource URI (scheme://orgSlug/slug), present on serialized responses.

yamlSource
string | null