API Docs / Schemas / ServiceTimeRowDto

ServiceTimeRowDto

One Service Time breakdown row

Properties

Name Type Description
groupCodestring

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

groupNamestring

The display name of the group

The display name of the group

estimatedMinutesinteger

Summed effective estimates of the tasks the time was logged against — per task the
sum of its non-omitted workflow step estimates, falling back to the task's own
estimate when it has no step estimates. Null when no task has an estimate.

Summed effective estimates of the tasks the time was logged against — per task the
sum of its non-omitted workflow step estimates, falling back to the task's own
estimate when it has no step estimates. Null when no task has an estimate.

totalMinutesinteger

Total minutes logged against the group in the window

Total minutes logged against the group in the window

entryCountinteger

Number of time entries behind the total

Number of time entries behind the total

engagementCountinteger

Number of distinct client-service engagements the time was logged against

Number of distinct client-service engagements the time was logged against

taskCountinteger

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)

varianceMinutesnumber

Total minutes minus the estimate — positive means over estimate.
Null when no task behind the row has an estimate.

Total minutes minus the estimate — positive means over estimate.
Null when no task behind the row has an estimate.

variancePctnumber

Variance as a percentage of the estimate — positive means over estimate.
Null when no task behind the row has an estimate.

Variance as a percentage of the estimate — positive means over estimate.
Null when no task behind the row has an estimate.

JSON Example

{
  "groupCode": "string",
  "groupName": "string",
  "estimatedMinutes": 0,
  "totalMinutes": 0,
  "entryCount": 0
}

Contained in Schemas