API Docs / Schemas / ClientResponsivenessRowDto

ClientResponsivenessRowDto

One row of the Client Responsiveness 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 (client/service code, or step type name). Null for null buckets.

Entity code (client/service code, or step type name). Null for null buckets.

groupNamestring

Display name for the group.

Display name for the group.

stepCountinteger

Client-facing steps completed in the window for this group.

Client-facing steps completed in the window for this group.

avgResponseDaysnumber

Average days from sent to completed. Null when no step carries a start timestamp.

Average days from sent to completed. Null when no step carries a start timestamp.

medianResponseDaysnumber

Median days from sent to completed.

Median days from sent to completed.

totalChasesinteger

Total chase messages sent for this group's steps.

Total chase messages sent for this group's steps.

chasedPctnumber

Percentage of this group's steps that needed at least one chase.

Percentage of this group's steps that needed at least one chase.

worstCaseDaysnumber

Slowest response in days for this group.

Slowest response in days for this group.

worstTaskCodeAndNameDto

JSON Example

{
  "groupKind": "Service",
  "groupCode": "string",
  "groupName": "string",
  "stepCount": 0,
  "avgResponseDays": 0
}

Contained in Schemas