TeamTimeSummaryDto
Headline aggregates for the Team Time report
Properties
| Name | Type | Description |
|---|---|---|
| totalLoggedMinutes | integer | Total minutes logged by everyone in the window |
Total minutes logged by everyone in the window | ||
| billableMinutes | integer | Minutes marked billable in the window |
Minutes marked billable in the window | ||
| totalExpectedMinutes | integer | Total minutes everyone was expected to log, summed over the members who have an |
Total minutes everyone was expected to log, summed over the members who have an | ||
| varianceMinutes | integer | Logged minus expected across the members who have an expectation — positive means the |
Logged minus expected across the members who have an expectation — positive means the | ||
| variancePct | number | Variance as a percentage of expected. Null when there is no expectation to compare against |
Variance as a percentage of expected. Null when there is no expectation to compare against | ||
| userCount | integer | Number of team members in the report |
Number of team members in the report | ||
| usersWithNoTimeCount | integer | Number of team members who logged nothing at all in the window |
Number of team members who logged nothing at all in the window | ||
| startDate | string | The window the report covers (inclusive) |
The window the report covers (inclusive) | ||
| endDate | string | The window end the report covers (inclusive) |
The window end the report covers (inclusive) | ||
| isExpectedToDate | boolean | True when the window runs past today, so expected minutes are pro-rated to the working |
True when the window runs past today, so expected minutes are pro-rated to the working | ||
| expectedUpToDate | string | The last date expectations are counted up to — the window end, or today when the |
The last date expectations are counted up to — the window end, or today when the | ||
JSON Example
{
"totalLoggedMinutes": 0,
"billableMinutes": 0,
"totalExpectedMinutes": 0,
"varianceMinutes": 0,
"variancePct": 0
}