{ "opencollection": "1.0.0", "info": { "name": "TIBCO BusinessEvents Agents Flows API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Flows", "type": "folder" }, "items": [ { "info": { "name": "List flows in an app", "type": "http" }, "http": { "method": "GET", "url": "https://api.tibco.com/businessevents/v1/apps/:appId/flows", "params": [ { "name": "appId", "value": "", "type": "path", "description": "Integration app unique identifier" } ] }, "docs": "Retrieve all flows defined within an integration application." } ] } ], "bundled": true }