{ "opencollection": "1.0.0", "info": { "name": "Nuxeo Platform ACL Workflow Model API", "version": "LTS 2021" }, "items": [ { "info": { "name": "Workflow Model", "type": "folder" }, "items": [ { "info": { "name": "Get the workflow models", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}/nuxeo/api/v1/workflowModel" }, "docs": "Get the workflow models" }, { "info": { "name": "Find a workflow model by its name", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}/nuxeo/api/v1/workflowModel/:modelName", "params": [ { "name": "modelName", "value": "", "type": "path", "description": "Name of the workflow model" } ] }, "docs": "Find a workflow model by its name" }, { "info": { "name": "Get the json serialization of a workflow model graph", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}/nuxeo/api/v1/workflowModel/:modelName/graph", "params": [ { "name": "modelName", "value": "", "type": "path", "description": "Name of the workflow model" } ] }, "docs": "Get the json serialization of a workflow model graph" } ] } ], "bundled": true }