API Docs / Schemas / ClientResponsivenessSummaryDto

ClientResponsivenessSummaryDto

Headline KPIs for the Client Responsiveness report.

Properties

Name Type Description
stepCountinteger

Client-facing steps completed in the window.

Client-facing steps completed in the window.

avgResponseDaysnumber

Average days from a step being sent to the client completing it. Null when no
completed step carries a start timestamp.

Average days from a step being sent to the client completing it. Null when no
completed step carries a start timestamp.

medianResponseDaysnumber

Median days from sent to completed.

Median days from sent to completed.

totalChasesinteger

Total chase messages sent for the cohort's steps.

Total chase messages sent for the cohort's steps.

chasedPctnumber

Percentage of cohort steps that needed at least one chase.

Percentage of cohort steps that needed at least one chase.

outstandingCountinteger

Client-facing steps currently waiting on a client right now.

Client-facing steps currently waiting on a client right now.

oldestOutstandingDaysnumber

Age in days of the oldest currently-outstanding step. Null when none.

Age in days of the oldest currently-outstanding step. Null when none.

JSON Example

{
  "stepCount": 0,
  "avgResponseDays": 0,
  "medianResponseDays": 0,
  "totalChases": 0,
  "chasedPct": 0
}

Contained in Schemas