{ "opencollection": "1.0.0", "info": { "name": "Benchling AA Sequences Workflow Flowchart Config Versions API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Workflow Flowchart Config Versions", "type": "folder" }, "items": [ { "info": { "name": "Get a workflow flowchart config version. If there is a template flowchart, serializes that flowchart in the same format as the workflow-flowcharts endpoint.", "type": "http" }, "http": { "method": "GET", "url": "/api/v2/workflow-flowchart-config-versions/:workflow_flowchart_config_version_id", "params": [ { "name": "workflow_flowchart_config_version_id", "value": "", "type": "path", "description": "The ID of the workflow flowchart config version" } ] }, "docs": "Get a workflow flowchart config version" } ] } ], "bundled": true }