{ "opencollection": "1.0.0", "info": { "name": "CarbonHub activities calculator_results API", "version": "1.0.0" }, "items": [ { "info": { "name": "calculator_results", "type": "folder" }, "items": [ { "info": { "name": "Search and aggregate Calculator Result", "type": "http" }, "http": { "method": "POST", "url": "https://api.validere.io/app/v1/calculator_results", "body": { "type": "json", "data": "{}" } }, "docs": "Search and aggregate Calculator Result" }, { "info": { "name": "Export Calculator Results", "type": "http" }, "http": { "method": "POST", "url": "https://api.validere.io/app/v1/calculator_results/export", "body": { "type": "json", "data": "{}" } }, "docs": "Export Calculator Results" }, { "info": { "name": "List Filter", "type": "http" }, "http": { "method": "GET", "url": "https://api.validere.io/app/v1/calculator_results/filters", "params": [ { "name": "page_size", "value": "", "type": "query", "description": "page size" }, { "name": "page", "value": "", "type": "query", "description": "page number" }, { "name": "sort_by", "value": "", "type": "query", "description": "sort by" }, { "name": "sort_direction", "value": "desc", "type": "query", "description": "sort direction" }, { "name": "status", "value": "", "type": "query", "description": "Filter Status" }, { "name": "created_by", "value": "", "type": "query", "description": "Filter Creator" } ] }, "docs": "List Filter" }, { "info": { "name": "Create Filter", "type": "http" }, "http": { "method": "POST", "url": "https://api.validere.io/app/v1/calculator_results/filters", "body": { "type": "json", "data": "{}" } }, "docs": "Create Filter" }, { "info": { "name": "Update Filter", "type": "http" }, "http": { "method": "PUT", "url": "https://api.validere.io/app/v1/calculator_results/filters/:filter_id", "params": [ { "name": "filter_id", "value": "748970de-fd1f-4494-ae3f-47cc21ff205f", "type": "path", "description": "Filter ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Filter" }, { "info": { "name": "Delete Filter", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.validere.io/app/v1/calculator_results/filters/:filter_id", "params": [ { "name": "filter_id", "value": "748970de-fd1f-4494-ae3f-47cc21ff205f", "type": "path", "description": "Filter ID" } ] }, "docs": "Delete Filter" } ] } ], "bundled": true }