curl --request POST \
--url https://platform.kodexa.ai/api/task-statuses \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"changeSequence": 123,
"color": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"deprecated": true,
"extensionPackRef": "<string>",
"icon": "<string>",
"id": "<string>",
"label": "<string>",
"locked": true,
"metadata": {},
"name": "<string>",
"organizationId": "<string>",
"publicAccess": true,
"sequence": 123,
"slug": "<string>",
"statusType": "OPEN",
"template": true,
"type": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>",
"yamlSource": "<string>"
}
'{
"changeSequence": 123,
"color": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"deprecated": true,
"extensionPackRef": "<string>",
"icon": "<string>",
"id": "<string>",
"label": "<string>",
"locked": true,
"metadata": {},
"name": "<string>",
"organizationId": "<string>",
"publicAccess": true,
"sequence": 123,
"slug": "<string>",
"statusType": "OPEN",
"template": true,
"type": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>",
"yamlSource": "<string>"
}Creates a new TaskStatus. Task statuses define named states for tracking task workflow progress.
curl --request POST \
--url https://platform.kodexa.ai/api/task-statuses \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"changeSequence": 123,
"color": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"deprecated": true,
"extensionPackRef": "<string>",
"icon": "<string>",
"id": "<string>",
"label": "<string>",
"locked": true,
"metadata": {},
"name": "<string>",
"organizationId": "<string>",
"publicAccess": true,
"sequence": 123,
"slug": "<string>",
"statusType": "OPEN",
"template": true,
"type": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>",
"yamlSource": "<string>"
}
'{
"changeSequence": 123,
"color": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"deprecated": true,
"extensionPackRef": "<string>",
"icon": "<string>",
"id": "<string>",
"label": "<string>",
"locked": true,
"metadata": {},
"name": "<string>",
"organizationId": "<string>",
"publicAccess": true,
"sequence": 123,
"slug": "<string>",
"statusType": "OPEN",
"template": true,
"type": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>",
"yamlSource": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://developer.kodexa.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
A task status defines a named state for tracking task workflow progress.
OPEN, IN_PROGRESS, DONE, BLOCKED Created TaskStatus
A task status defines a named state for tracking task workflow progress.
OPEN, IN_PROGRESS, DONE, BLOCKED