API Docs / Schemas / WipAgeingRowDto

WipAgeingRowDto

One row of the WIP / Ageing breakdown table.

Properties

Name Type Description
groupKindenum

Service Client User Team StepType AgeBucket Status CurrentStep None Month Unassigned

Service Client User Team StepType AgeBucket Status CurrentStep None Month Unassigned

groupCodestring

Entity code, bucket key ("0-7"), status name, or current step name. Null for null buckets.

Entity code, bucket key ("0-7"), status name, or current step name. Null for null buckets.

groupNamestring

Display name for the group.

Display name for the group.

currentStepTypeenum

Standard SendEmail DocumentRequest DocumentApproval ClientConfirmation SendDataForm SetServiceStage UpdateClientData SetPipelineStage

Standard SendEmail DocumentRequest DocumentApproval ClientConfirmation SendDataForm SetServiceStage UpdateClientData SetPipelineStage

countinteger

Open tasks in this group.

Open tasks in this group.

avgAgeDaysnumber

Average age in days (planned start to today).

Average age in days (planned start to today).

oldestAgeDaysinteger

Age of this group's oldest task in days.

Age of this group's oldest task in days.

oldestTaskCodeAndNameDto
blockedCountinteger

How many of this group's tasks are currently blocked.

How many of this group's tasks are currently blocked.

overdueCountinteger

How many of this group's tasks are past their due date.

How many of this group's tasks are past their due date.

JSON Example

{
  "groupKind": "Service",
  "groupCode": "string",
  "groupName": "string",
  "currentStepType": "Standard",
  "count": 0
}

Contained in Schemas