{ "opencollection": "1.0.0", "info": { "name": "Amigo Account Data Query API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Data Query", "type": "folder" }, "items": [ { "info": { "name": "Query Table", "type": "http" }, "http": { "method": "GET", "url": "https://api.amigo.ai/v1/:workspace_id/query/:schema/:table", "params": [ { "name": "workspace_id", "value": "", "type": "path" }, { "name": "schema", "value": "", "type": "path" }, { "name": "table", "value": "", "type": "path" }, { "name": "select", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Query a table with PostgREST-style filtering, sorting, and pagination." } ] } ], "bundled": true }