{ "opencollection": "1.0.0", "info": { "name": "ComboCurve REST v1 custom-columns v1 forecast-monthly-volumes API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "v1 forecast-monthly-volumes", "type": "folder" }, "items": [ { "info": { "name": "get-root-forecast-monthly-volumes", "type": "http" }, "http": { "method": "GET", "url": "https://api.combocurve.com/v1/forecast-monthly-volumes", "params": [ { "name": "project", "value": "", "type": "query", "description": "filter by project" }, { "name": "forecast", "value": "", "type": "query", "description": "filter by forecast" }, { "name": "well", "value": "", "type": "query", "description": "filter by well" }, { "name": "skip", "value": "", "type": "query", "description": "number of items to skip" }, { "name": "take", "value": "", "type": "query", "description": "max records to return" }, { "name": "startDate", "value": "", "type": "query", "description": "filter by startDate. Returns all records with a startDate greater than or equal to the specified value." }, { "name": "endDate", "value": "", "type": "query", "description": "filter by endDate. Returns all records with a endDate less than or equal to the specified value." } ] }, "docs": "Returns a list of forecast volumes" }, { "info": { "name": "head-root-forecast-monthly-volumes", "type": "http" }, "http": { "method": "HEAD", "url": "https://api.combocurve.com/v1/forecast-monthly-volumes", "params": [ { "name": "project", "value": "", "type": "query", "description": "filter by project" }, { "name": "forecast", "value": "", "type": "query", "description": "filter by forecast" }, { "name": "well", "value": "", "type": "query", "description": "filter by well" } ] }, "docs": "Returns metadata about the existing forecast volumes" } ] } ], "bundled": true }