{ "opencollection": "1.0.0", "info": { "name": "Benchling AA Sequences Workflow Flowcharts 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 Flowcharts", "type": "folder" }, "items": [ { "info": { "name": "List workflow flowcharts", "type": "http" }, "http": { "method": "GET", "url": "/api/v2/workflow-flowcharts", "params": [ { "name": "ids", "value": "", "type": "query", "description": "Comma separated list of workflow flowchart IDs" }, { "name": "sort", "value": "", "type": "query" }, { "name": "createdAt", "value": "", "type": "query", "description": "Datetime, in RFC 3339 format. Supports the > and < operators. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. > 2017-04-30.\n" }, { "name": "nextToken", "value": "Im5ldyB0ZXN0Ig==", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "List workflow flowcharts" }, { "info": { "name": "Get a workflow flowchart", "type": "http" }, "http": { "method": "GET", "url": "/api/v2/workflow-flowcharts/:workflow_flowchart_id", "params": [ { "name": "workflow_flowchart_id", "value": "", "type": "path", "description": "The ID of the workflow flowchart" } ] }, "docs": "Get a workflow flowchart" } ] } ], "bundled": true }