API Docs / Schemas / ServiceTimeSummaryDto

ServiceTimeSummaryDto

Headline aggregates for the Service Time report

Properties

Name Type Description
totalMinutesinteger

Total minutes logged in the window

Total minutes logged in the window

attributedMinutesinteger

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)

unattributedMinutesinteger

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

billableMinutesinteger

Minutes marked billable in the window

Minutes marked billable in the window

entryCountinteger

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
}

Contained in Schemas