{ "opencollection": "1.0.0", "info": { "name": "Quorum Land Management DivisionOrders Wells 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": "Wells", "type": "folder" }, "items": [ { "info": { "name": "List wells", "type": "http" }, "http": { "method": "GET", "url": "https://api.quorumsoftware.com/v1/wells", "params": [ { "name": "status", "value": "", "type": "query" }, { "name": "state", "value": "", "type": "query" }, { "name": "county", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns well master data including API numbers, location, and production status." }, { "info": { "name": "Get a well", "type": "http" }, "http": { "method": "GET", "url": "https://api.quorumsoftware.com/v1/wells/:wellId", "params": [ { "name": "wellId", "value": "", "type": "path" } ] }, "docs": "Returns well master record with API number, location, and status." } ] } ], "bundled": true }