{ "opencollection": "1.0.0", "info": { "name": "Flowable REST Access Tokens DMN Rule Service API", "version": "v1" }, "items": [ { "info": { "name": "DMN Rule Service", "type": "folder" }, "items": [ { "info": { "name": "Execute a Decision", "type": "http" }, "http": { "method": "POST", "url": "/flowable-rest/service/dmn-rule/execute", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Execute a Decision" }, { "info": { "name": "Execute a decision or a decision service expecting a single result", "type": "http" }, "http": { "method": "POST", "url": "/flowable-rest/service/dmn-rule/execute/single-result", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Execute a decision or a decision service expecting a single result" } ] } ], "bundled": true }