Authorizations
Api Key based authentication (apikey)
Path Parameters
Response
Status
OnRoute response from solve
Actual solution: trips per shift/day and per resource
Id of the solve job
"0000-00000-00000-0000"
Status of the Response Status of the solve job.
ERROR
, QUEUED
, SOLVING
, SOLVED
"SOLVED"
Score tells you how good a solution is. The score of a solution shows how good this solution is w.r.t all the constraints. All solvers try to maximize the score.
Constraints that are violated
Wait time for all resources
123
How full this schedule is in terms of work time (incl travel) over capacity. Eg 80%
0.8
Travel distance for all resources in meters
123
Travel time for all resources
123
Service time for all resources
123
Unserved jobs
"[job-1]"
Reasons why jobs could not be served, mapped by job name
{
"job-1": [
"DATE_TIME_WINDOW_CONFLICT",
"TRIP_CAPACITY"
]
}
List of suggested assignments returned by suggest api call
Events and warnings generated during the solver execution