{ "opencollection": "1.0.0", "info": { "name": "QuasarDB cluster Tables API", "version": "3.15.0-nightly.0" }, "items": [ { "info": { "name": "Tables", "type": "folder" }, "items": [ { "info": { "name": "Fetch the rows of a table between a given date range and return as csv", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/tables/:name.csv", "params": [ { "name": "name", "value": "", "type": "path" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" } ] }, "docs": "Fetch the rows of a table between a given date range and return as csv" } ] } ], "bundled": true }