{ "opencollection": "1.0.0", "info": { "name": "ChartHop access expression API", "version": "V1.0.0" }, "items": [ { "info": { "name": "expression", "type": "folder" }, "items": [ { "info": { "name": "Evaluate carrot expression", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/org/:orgId/cql/evaluate", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "Org identifier (either id or slug)" } ] }, "docs": "Evaluate carrot expression" }, { "info": { "name": "Validate carrot expression(s)", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/org/:orgId/cql/validate", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "Org identifier (either id or slug)" } ] }, "docs": "Validate carrot expression(s)" } ] } ], "bundled": true }