{ "opencollection": "1.0.0", "info": { "name": "TIBCO BusinessEvents Agents Apps API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Apps", "type": "folder" }, "items": [ { "info": { "name": "List integration apps", "type": "http" }, "http": { "method": "GET", "url": "https://api.tibco.com/businessevents/v1/apps", "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": "filter", "value": "", "type": "query", "description": "Filter expression for app name or type" } ] }, "docs": "Retrieve a list of all integration applications in the organization, including Flogo and Business Studio apps." }, { "info": { "name": "Create an integration app", "type": "http" }, "http": { "method": "POST", "url": "https://api.tibco.com/businessevents/v1/apps", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new integration application by uploading a Flogo JSON manifest or importing from a template." }, { "info": { "name": "Get an integration app", "type": "http" }, "http": { "method": "GET", "url": "https://api.tibco.com/businessevents/v1/apps/:appId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "Integration app unique identifier" } ] }, "docs": "Retrieve details of a specific integration application by ID." }, { "info": { "name": "Update an integration app", "type": "http" }, "http": { "method": "PUT", "url": "https://api.tibco.com/businessevents/v1/apps/:appId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "Integration app unique identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing integration application configuration." }, { "info": { "name": "Delete an integration app", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.tibco.com/businessevents/v1/apps/:appId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "Integration app unique identifier" } ] }, "docs": "Delete an integration application and its associated resources." }, { "info": { "name": "Export an integration app", "type": "http" }, "http": { "method": "GET", "url": "https://api.tibco.com/businessevents/v1/apps/:appId/export", "params": [ { "name": "appId", "value": "", "type": "path", "description": "Integration app unique identifier" } ] }, "docs": "Export an integration application as a JSON manifest file." } ] } ], "bundled": true }