latestOpenAPI 3.0.32026-08-19299284712.8 KB

67d9f45bb99b

Taskflow

Create an action item

Create a new action item. The action item name must be unique within the company.

The position field is automatically set to the end of the list (count of existing items). Position is 0-indexed and maintains a continuous sequence with no gaps.

post/action-items

Headers

X-Company-IDstring required

Associates request with company

Request body

idinteger required
namestring required
company_idstring uuid required
created_by_idinteger required
positioninteger
created_atstring date-time required
modified_atstring date-time required
completed_atstring date-time nullable required
completedboolean

Response

idinteger required
namestring required
company_idstring uuid required
created_by_idinteger required
positioninteger
created_atstring date-time required
modified_atstring date-time required
completed_atstring date-time nullable required
completedboolean