{ "opencollection": "1.0.0", "info": { "name": "TIBCO BusinessEvents Agents Applications API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "List applications", "type": "http" }, "http": { "method": "GET", "url": "https://api.tibco.com/businessevents/v1/rest/applications", "params": [ { "name": "offset", "value": "", "type": "query", "description": "Number of items to skip for pagination" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to include in the response" } ] }, "docs": "Retrieve all registered developer applications." }, { "info": { "name": "Get an application", "type": "http" }, "http": { "method": "GET", "url": "https://api.tibco.com/businessevents/v1/rest/applications/:applicationId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application unique identifier" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to include in the response" } ] }, "docs": "Retrieve details of a specific developer application." } ] } ], "bundled": true }