API Docs / Schemas / DeadlineComplianceRowDto

DeadlineComplianceRowDto

One row of the Deadline Compliance breakdown table.

Properties

Name Type Description
groupKindenum

Service Client User Team StepType AgeBucket Status CurrentStep None Month Unassigned

Service Client User Team StepType AgeBucket Status CurrentStep None Month Unassigned

groupCodestring

Entity code or month key ("yyyy-MM"). Null for null buckets.

Entity code or month key ("yyyy-MM"). Null for null buckets.

groupNamestring

Display name for the group.

Display name for the group.

deadlineCountinteger

Deadlines that fell in the window for this group.

Deadlines that fell in the window for this group.

metCountinteger

Deadlines met: task completed on or before the deadline.

Deadlines met: task completed on or before the deadline.

lateCountinteger

Deadlines missed but recovered: task completed after the deadline.

Deadlines missed but recovered: task completed after the deadline.

missedOpenCountinteger

Deadlines missed and still open.

Deadlines missed and still open.

pendingCountinteger

Deadlines not yet reached, task still open - excluded from the compliance rate.

Deadlines not yet reached, task still open - excluded from the compliance rate.

compliancePctnumber

Met as a percentage of this group's decided deadlines. Null when nothing decided.

Met as a percentage of this group's decided deadlines. Null when nothing decided.

avgDaysLatenumber

Average days late across this group's misses. Null when there are no misses.

Average days late across this group's misses. Null when there are no misses.

worstDaysLateinteger

Days late of this group's worst miss. Null when there are no misses.

Days late of this group's worst miss. Null when there are no misses.

worstTaskCodeAndNameDto

JSON Example

{
  "groupKind": "Service",
  "groupCode": "string",
  "groupName": "string",
  "deadlineCount": 0,
  "metCount": 0
}

Contained in Schemas