{ "opencollection": "1.0.0", "info": { "name": "TIBCO BusinessEvents Agents Decision Tables API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Decision Tables", "type": "folder" }, "items": [ { "info": { "name": "List decision tables", "type": "http" }, "http": { "method": "GET", "url": "https://api.tibco.com/businessevents/v1/decision-tables", "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" } ] }, "docs": "Retrieve all decision tables in the project." }, { "info": { "name": "Create a decision table", "type": "http" }, "http": { "method": "POST", "url": "https://api.tibco.com/businessevents/v1/decision-tables", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new decision table in the project." }, { "info": { "name": "Get a decision table", "type": "http" }, "http": { "method": "GET", "url": "https://api.tibco.com/businessevents/v1/decision-tables/:tableId", "params": [ { "name": "tableId", "value": "", "type": "path", "description": "Decision table unique identifier" } ] }, "docs": "Retrieve details of a specific decision table." }, { "info": { "name": "Update a decision table", "type": "http" }, "http": { "method": "PUT", "url": "https://api.tibco.com/businessevents/v1/decision-tables/:tableId", "params": [ { "name": "tableId", "value": "", "type": "path", "description": "Decision table unique identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing decision table." }, { "info": { "name": "Delete a decision table", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.tibco.com/businessevents/v1/decision-tables/:tableId", "params": [ { "name": "tableId", "value": "", "type": "path", "description": "Decision table unique identifier" } ] }, "docs": "Delete a decision table from the project." } ] } ], "bundled": true }