{ "opencollection": "1.0.0", "info": { "name": "Flowable REST CMMN ProcessDefinitions API", "version": "1.0.0" }, "items": [ { "info": { "name": "ProcessDefinitions", "type": "folder" }, "items": [ { "info": { "name": "List process definitions", "type": "http" }, "http": { "method": "GET", "url": "https://flowable.example.com/flowable-rest/service/repository/process-definitions" }, "docs": "List process definitions" }, { "info": { "name": "Get a process definition", "type": "http" }, "http": { "method": "GET", "url": "https://flowable.example.com/flowable-rest/service/repository/process-definitions/:processDefinitionId", "params": [ { "name": "processDefinitionId", "value": "", "type": "path" } ] }, "docs": "Get a process definition" }, { "info": { "name": "Update process definition (e.g. category, suspend/activate)", "type": "http" }, "http": { "method": "PUT", "url": "https://flowable.example.com/flowable-rest/service/repository/process-definitions/:processDefinitionId", "params": [ { "name": "processDefinitionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update process definition (e.g. category, suspend/activate)" } ] } ], "bundled": true }