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