{ "opencollection": "1.0.0", "info": { "name": "IEC CIM 61968 Distribution Management Customers Work Orders API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.utility.example.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Work Orders", "type": "folder" }, "items": [ { "info": { "name": "List work orders", "type": "http" }, "http": { "method": "GET", "url": "https://dms-gateway.utility.example.com/cim/61968/v1/work-orders", "params": [ { "name": "status", "value": "", "type": "query" }, { "name": "workType", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns distribution maintenance and construction work orders." } ] } ], "bundled": true }