{ "opencollection": "1.0.0", "info": { "name": "Helpcenter Coql API", "version": "1.0.0" }, "items": [ { "info": { "name": "Coql", "type": "folder" }, "items": [ { "info": { "name": "Execute COQL query", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/coql", "body": { "type": "json", "data": "{}" } }, "docs": "Executes a COQL select query to fetch records data." } ] } ], "bundled": true }