API ReferenceWork Orders
Get Work Order Progress
Get a single work order progress, identified by id.
Authorization
bearerAuth user, superuser, admin, superadmin, readonlyAuthorization<token>
In: header
Scope: user, superuser, admin, superadmin, readonly
Path Parameters
id*string
The ID.
Response Body
application/json
Try it live
curl -X GET "https://example.com/work-orders/progress/string"{ "progress": [ { "pending": 0.1, "target": 0.1, "defects": 0.1, "correct": 0.1, "name": "string", "sku": "string" } ], "status": "Backlog", "code": "string", "name": "string", "id": "string"}