ServiceTimeRowDto
One Service Time breakdown row
Properties
| Name | Type | Description |
|---|---|---|
| groupCode | string | The code of the group — a service code, or a client code in the drill-down |
The code of the group — a service code, or a client code in the drill-down | ||
| groupName | string | The display name of the group |
The display name of the group | ||
| estimatedMinutes | integer | Summed effective estimates of the tasks the time was logged against — per task the |
Summed effective estimates of the tasks the time was logged against — per task the | ||
| totalMinutes | integer | Total minutes logged against the group in the window |
Total minutes logged against the group in the window | ||
| entryCount | integer | Number of time entries behind the total |
Number of time entries behind the total | ||
| engagementCount | integer | Number of distinct client-service engagements the time was logged against |
Number of distinct client-service engagements the time was logged against | ||
| taskCount | integer | Number of distinct tasks the time was logged against (the estimate is summed over these) |
Number of distinct tasks the time was logged against (the estimate is summed over these) | ||
| varianceMinutes | number | Total minutes minus the estimate — positive means over estimate. |
Total minutes minus the estimate — positive means over estimate. | ||
| variancePct | number | Variance as a percentage of the estimate — positive means over estimate. |
Variance as a percentage of the estimate — positive means over estimate. | ||
JSON Example
{
"groupCode": "string",
"groupName": "string",
"estimatedMinutes": 0,
"totalMinutes": 0,
"entryCount": 0
}