API Docs / Schemas / TeamTimeSummaryDto

TeamTimeSummaryDto

Headline aggregates for the Team Time report

Properties

Name Type Description
totalLoggedMinutesinteger

Total minutes logged by everyone in the window

Total minutes logged by everyone in the window

billableMinutesinteger

Minutes marked billable in the window

Minutes marked billable in the window

totalExpectedMinutesinteger

Total minutes everyone was expected to log, summed over the members who have an
expectation. Null when the practice has set no standard week and nobody has an override

Total minutes everyone was expected to log, summed over the members who have an
expectation. Null when the practice has set no standard week and nobody has an override

varianceMinutesinteger

Logged minus expected across the members who have an expectation — positive means the
team logged more than expected. Null when there is no expectation to compare against

Logged minus expected across the members who have an expectation — positive means the
team logged more than expected. Null when there is no expectation to compare against

variancePctnumber

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

userCountinteger

Number of team members in the report

Number of team members in the report

usersWithNoTimeCountinteger

Number of team members who logged nothing at all in the window

Number of team members who logged nothing at all in the window

startDatestring

The window the report covers (inclusive)

The window the report covers (inclusive)

endDatestring

The window end the report covers (inclusive)

The window end the report covers (inclusive)

isExpectedToDateboolean

True when the window runs past today, so expected minutes are pro-rated to the working
days elapsed so far rather than the whole window. Mid-week the comparison is
like-for-like instead of everyone showing as under

True when the window runs past today, so expected minutes are pro-rated to the working
days elapsed so far rather than the whole window. Mid-week the comparison is
like-for-like instead of everyone showing as under

expectedUpToDatestring

The last date expectations are counted up to — the window end, or today when the
window runs past it

The last date expectations are counted up to — the window end, or today when the
window runs past it

JSON Example

{
  "totalLoggedMinutes": 0,
  "billableMinutes": 0,
  "totalExpectedMinutes": 0,
  "varianceMinutes": 0,
  "variancePct": 0
}

Contained in Schemas