{ "opencollection": "1.0.0", "info": { "name": "Oneflow Public Comments API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-oneflow-api-token", "value": "{{x-oneflow-api-token}}", "placement": "header" } }, "items": [ { "info": { "name": "Comments", "type": "folder" }, "items": [ { "info": { "name": "Get contract comments", "type": "http" }, "http": { "method": "GET", "url": "https://api.oneflow.com/v1/contracts/:contract_id/comments", "params": [ { "name": "contract_id", "value": "", "type": "path", "description": "The ID of the contract." } ] }, "docs": "Retrieves the inline comments left on a contract during negotiation (modeled)." } ] } ], "bundled": true }