Skip to main content
POST
Creates a new item within a container.

Authorizations

Authorization
string
header
required

JWT Bearer token. Obtain via the OAuth 2.0 token endpoint.

Body

The item to create, including container and process assignment.

entity
null | string
containerId
string
processId
string
sequence
integer<int32>
boardId
string
cycleId
string
resourceType
integer
resourceId
string
dateOpened
null | string<date-time>
dateWorking
null | string<date-time>
dateClosed
null | string<date-time>
time
object[]
field
object[]
meta
object[]
clockStart
string<date-time>
clockFinish
string<date-time>
clockDelta
number<double>
clockHours
integer<int32>
clockStatus
integer
dependencyKey
string
dependencyIndent
integer<int32>
dependencyChild
integer<int32>
tenantId
string
id
string
created
string<date-time>
createdBy
string
updated
string<date-time>
updatedBy
string
deleted
boolean

Response

The created item.