{ "opencollection": "1.0.0", "info": { "name": "YOOBIC Public Answers Tenants API", "version": "1.0" }, "items": [ { "info": { "name": "Tenants", "type": "folder" }, "items": [ { "info": { "name": "Get All", "type": "http" }, "http": { "method": "GET", "url": "https:///public/api/tenants?filter=:filter", "headers": [ { "name": "Accept", "value": "application/json" } ], "params": [ { "name": "filter", "value": "{}", "type": "query", "description": "A valid JSON filter object" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get the tenant data." } ] } ], "bundled": true }