API Docs / Schemas / ServiceDeliverySummaryDto

ServiceDeliverySummaryDto

Headline KPIs for the Service Delivery Turnaround report, computed over the completion
cohort (tasks whose CompletedDate falls in the requested window).

Properties

Name Type Description
completedCountinteger

Number of tasks completed in the window.

Number of tasks completed in the window.

avgTurnaroundDaysnumber

Average calendar days from planned start date to completion (negatives clamped to 0).
Null when the cohort is empty.

Average calendar days from planned start date to completion (negatives clamped to 0).
Null when the cohort is empty.

medianTurnaroundDaysnumber

Median calendar days from planned start date to completion. Null when the cohort is empty.

Median calendar days from planned start date to completion. Null when the cohort is empty.

onTimePctnumber

Percentage of the cohort completed on or before its due date. Null when the cohort is empty.

Percentage of the cohort completed on or before its due date. Null when the cohort is empty.

statutoryOnTimePctnumber

Percentage of the statutory sub-cohort (tasks with a statutory due date) completed on or
before that date. Null when no task in the cohort has a statutory deadline.

Percentage of the statutory sub-cohort (tasks with a statutory due date) completed on or
before that date. Null when no task in the cohort has a statutory deadline.

statutoryCountinteger

Size of the statutory sub-cohort - the denominator behind StatutoryOnTimePct.

Size of the statutory sub-cohort - the denominator behind StatutoryOnTimePct.

overdueCountinteger

Open tasks (NotStarted/InProgress/Blocked) past their due date right now.
A now-snapshot: respects the entity filters but ignores the date window.

Open tasks (NotStarted/InProgress/Blocked) past their due date right now.
A now-snapshot: respects the entity filters but ignores the date window.

JSON Example

{
  "completedCount": 0,
  "avgTurnaroundDays": 0,
  "medianTurnaroundDays": 0,
  "onTimePct": 0,
  "statutoryOnTimePct": 0
}

Contained in Schemas