Contains the explanation, once solved.
cURL
curl --request GET \ --url https://api.solvice.io/v2/fill/jobs/{id}/explanation \ --header 'Authorization: <api-key>'
{ "score": { "hardScore": 123, "mediumScore": 123, "softScore": 123, "feasible": true }, "unresolved": [ { "constraint": "<string>", "score": "<string>" } ], "conflicts": [ { "constraint": "<string>", "score": "<string>", "employee": "<string>", "shift": "<string>", "skill": "<string>" } ], "alternatives": {} }
Api Key based authentication (apikey)
OK
Explains the conflicts of a certain fill solution and the unresolved constraints.
Score of the solution.
Show child attributes
Unresolved constraints in the solution
Conflicts in the solution
Alternative employee assignments per shift.
Was this page helpful?