Jobs
The global response to a solve request
Where status
and stats
zoom in on certain data, the jobs
endpoint shows the input model enriched with solution data - if the job in fact has been solved successfully.
HTTP GET http://api.solvice.io/jobs/:id
Property | Type | Description |
---|---|---|
solution |
Nested object | A structure that shows which decisions have been made, linking resources to work that has to be executed. Depending on the solver, extra value information might be given (such as specific timestamps). |
It's also possible to get this solution object without surrounding data and information, by calling the /solution
subpath.
HTTP GET http://api.solvice.io/jobs/:id/solution
Updated almost 2 years ago