TeamWorkloadReportDto
The Team Workload & Productivity report: who's carrying how much open work right now,
and who completed what over the window.
Properties
| Name | Type | Description |
|---|---|---|
| summary | TeamWorkloadSummaryDto | |
| rows | TeamWorkloadRowDtoPagedResult | |
| generatedAt | string | When the report was generated (UTC). |
When the report was generated (UTC). | ||
JSON Example
{
"summary": {
"openCount": 0,
"overdueCount": 0,
"blockedCount": 0,
"unassignedCount": 0,
"completedCount": 0
},
"rows": {
"data": [
"..."
],
"totalCount": 0,
"offset": 0,
"limit": 0,
"hasMore": false
},
"generatedAt": "2024-01-01T00:00:00Z"
}