Key performance indicators (KPIs)
The key performance indicators (KPIs) of the entire route plan. These top-level metrics provide an overview of the route plan quality.
Id | Format | Description | Example |
---|---|---|---|
assignedMandatoryVisits |
number |
The number of mandatory visits assigned in this schedule. |
|
assignedOptionalVisits |
number |
The number of optional visits assigned in this schedule. |
|
totalActivatedVehicles |
number |
The number of vehicles used in this schedule. |
|
totalAssignedVisits |
number |
The number of visits assigned in this schedule. |
|
totalOvertime |
string (ISO 8601 duration) |
The amount of overtime required for this schedule. The amount of overtime for the schedule is the sum of each vehicle shift overtime. The total overtime is |
|
totalTechnicianCosts |
number (BigDecimal) |
The total costs of all technicians (if defined) in the plan. Null when there is no vehicle shift with costs defined. |
|
totalTravelDistanceMeters |
integer |
The total travel distance by the vehicle shift in meters summed for all vehicle shifts. |
|
totalTravelTime |
string (ISO 8601 duration) |
The total travel time by all the vehicle shifts. |
|
totalUnassignedVisits |
number |
The number of visits that could not be assigned a vehicle in this schedule. |
|
travelDistanceBetweenVisitsMeters |
integer |
The total travel distance in meters between visits excluding the distances from the start location to the first visit and from the last visit to the end location, summed for all vehicle shifts. |
|
travelDistanceFromLastVisitToEndLocationMeters |
integer |
The travel distance from the last visit to the end location in meters summed for all vehicle shifts. |
|
travelDistanceFromStartLocationToFirstVisitMeters |
integer |
The travel distance from the start location to the first visit in meters summed for all vehicle shifts. |
|
travelTimeBetweenVisits |
string (ISO 8601 duration) |
The total travel time between visits excluding the travel time from the start location to the first visit and the travel time from the last visit to the end location, summed for all vehicle shifts. |
|
travelTimeFromLastVisitToEndLocation |
string (ISO 8601 duration) |
The travel time from the last visit to the end location summed for all vehicle shifts. |
|
travelTimeFromStartLocationToFirstVisit |
string (ISO 8601 duration) |
The travel time from the start location to the first visit summed for all vehicle shifts. |
|
workingTimeFairnessPercentage |
percentage |
Describes how balanced a solution is in terms of time worked of technicians. The higher the percentage is, the more balanced the time worked is distributed among technicians. |
|
Next
-
See the full API spec or try the online API.
-
Learn more about field service routing from our YouTube playlist.