{ "opencollection": "1.0.0", "info": { "name": "Quorum Land Management DivisionOrders API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.quorumsoftware.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "DivisionOrders", "type": "folder" }, "items": [ { "info": { "name": "List division orders", "type": "http" }, "http": { "method": "GET", "url": "https://api.quorumsoftware.com/v1/division-orders", "params": [ { "name": "wellId", "value": "", "type": "query", "description": "Filter by well" }, { "name": "ownerId", "value": "", "type": "query", "description": "Filter by owner" }, { "name": "status", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns division orders specifying owner decimal interest allocations." } ] } ], "bundled": true }