Deepomatic Platform
v2.4.2
Search
K

Data retrieval

Get the details about a specific work order.
The status of a work order corresponds to a set of tasks. For each task, the current analyzed value from one or more analyses is provided (aggregation is an internal Deepomatic process).
In addition to the set of tasks, the completion state of the work order (progress score), updated with the analysis, is returned. It is both recommended to illustrate user’s progress with a progress bar based on the progress score (value is between 0 and 100) and to use this score to implement a logic for closing the intervention based on Deepomatic results.
In case of correction via the correction endpoint, the corrected value is also given.
get
https://api.{site-id}.customers.deepomatic.com
/v0.2/work-orders/{id}/
Retrieve a work order

Request examples

include_inputs = true
curl 'https://api.{site-id}.customers.deepomatic.com/v0.2/work-orders/{id}' \
-X GET \
-H 'Authorization: Token <your_api_key>' \
-H 'Content-Type: application/json'
include_inputs = false
curl 'https://api.{site-id}.customers.deepomatic.com/v0.2/work-orders/{id}?include_inputs=false' \
-X GET \
-H 'Authorization: Token <your_api_key>' \
-H 'Content-Type: application/json'