ClientResponsivenessReportDto
The Client Responsiveness report: how fast clients answer the client-facing steps we send
them (confirmations, document requests, data forms, approvals) and how much chasing it takes.
Properties
| Name | Type | Description |
|---|---|---|
| summary | ClientResponsivenessSummaryDto | |
| rows | ClientResponsivenessRowDtoPagedResult | |
| generatedAt | string | When the report was generated (UTC). |
When the report was generated (UTC). | ||
JSON Example
{
"summary": {
"stepCount": 0,
"avgResponseDays": 0,
"medianResponseDays": 0,
"totalChases": 0,
"chasedPct": 0
},
"rows": {
"data": [
"..."
],
"totalCount": 0,
"offset": 0,
"limit": 0,
"hasMore": false
},
"generatedAt": "2024-01-01T00:00:00Z"
}