ServiceTimeSummaryDto
Headline aggregates for the Service Time report
Properties
| Name | Type | Description |
|---|---|---|
| totalMinutes | integer | Total minutes logged in the window |
Total minutes logged in the window | ||
| attributedMinutes | integer | Minutes attributable to a service (entry linked to a task that carries a service) |
Minutes attributable to a service (entry linked to a task that carries a service) | ||
| unattributedMinutes | integer | Minutes not attributable to any service — included so the breakdown reconciles with the total |
Minutes not attributable to any service — included so the breakdown reconciles with the total | ||
| billableMinutes | integer | Minutes marked billable in the window |
Minutes marked billable in the window | ||
| entryCount | integer | Number of time entries in the window |
Number of time entries in the window | ||
JSON Example
{
"totalMinutes": 0,
"attributedMinutes": 0,
"unattributedMinutes": 0,
"billableMinutes": 0,
"entryCount": 0
}