{ "opencollection": "1.0.0", "info": { "name": "VKS Operations API", "version": "1.23.0" }, "items": [ { "info": { "name": "Operations", "type": "folder" }, "items": [ { "info": { "name": "List Work Order Operations", "type": "http" }, "http": { "method": "GET", "url": "https://api.vksapp.com/api/workorders/:work_order_id/operations", "params": [ { "name": "work_order_id", "value": "", "type": "path", "description": "Unique work order identifier" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve all operation steps for a work order, including their status and production data." } ] } ], "bundled": true }