API Docs / Schemas / TaskSummaryDto

TaskSummaryDto

DTO for task summary by status

Properties

Name Type Description
notStartedinteger

Count of tasks that are not started

Count of tasks that are not started

inProgressinteger

Count of tasks that are in progress

Count of tasks that are in progress

blockedinteger

Count of tasks that are blocked

Count of tasks that are blocked

completedinteger

Count of tasks that are completed

Count of tasks that are completed

totalinteger

Total count of all tasks

Total count of all tasks

JSON Example

{
  "notStarted": 0,
  "inProgress": 0,
  "blocked": 0,
  "completed": 0,
  "total": 0
}

Used By Operations