API Docs / Schemas / TaskItemDto

TaskItemDto

DTO for task responses in the API, containing friendly references (emails/Codes) instead of database IDs.
Can represent either a task view or a workflow step view (with parent task context).

Properties

Name Type Description
codestring

Unique identifier within the tenant

Unique identifier within the tenant

namestring

The name of the task

The name of the task

descriptionstring

The description of the task

The description of the task

statusenum

NotStarted InProgress Blocked Completed Skipped

NotStarted InProgress Blocked Completed Skipped

isProjectedboolean

Whether this task is projected (calculated) or materialised (exists in database)

Whether this task is projected (calculated) or materialised (exists in database)

timeEstimatenumber

The estimated time to complete the task in hours

The estimated time to complete the task in hours

startDatestring

When the task starts

When the task starts

dueDatestring

When the task is due

When the task is due

statutoryDueDatestring

The statutory due date for compliance tasks (if applicable)

The statutory due date for compliance tasks (if applicable)

clientsarray of CodeAndNameDto

The clients this task is associated with

The clients this task is associated with

primaryClientCodeAndNameDto
assignedUserCodeAndNameDto
createdDatestring

When the task was created

When the task was created

updatedDatestring

When the task was last updated

When the task was last updated

recurringTaskCodeAndNameDto
workflowCodeAndNameDto
categoryCodeAndNameDto
workflowStepsinteger

The total number of workflow steps for this task

The total number of workflow steps for this task

workflowStepsCompleteinteger

The number of workflow steps completed for this task

The number of workflow steps completed for this task

workflowStepDetailsWorkflowStepDetailsDto

JSON Example

{
  "code": "string",
  "name": "string",
  "description": "string",
  "status": "NotStarted",
  "isProjected": false
}

Used By Operations

Contained in Schemas