{ "opencollection": "1.0.0", "info": { "name": "Benchling AA Sequences Legacy Workflows API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Legacy Workflows", "type": "folder" }, "items": [ { "info": { "name": "List legacy workflow stage run input samples", "type": "http" }, "http": { "method": "GET", "url": "/api/v2/legacy-workflow-stage-runs/:stage_run_id/input-samples", "params": [ { "name": "stage_run_id", "value": "", "type": "path", "description": "ID of the legacy workflow stage run to list input samples for" } ] }, "docs": "List legacy workflow stage run input samples" }, { "info": { "name": "List legacy workflow stage run output samples", "type": "http" }, "http": { "method": "GET", "url": "/api/v2/legacy-workflow-stage-runs/:stage_run_id/output-samples", "params": [ { "name": "stage_run_id", "value": "", "type": "path", "description": "ID of the legacy workflow stage run to list output samples for" } ] }, "docs": "List legacy workflow stage run output samples" }, { "info": { "name": "List legacy workflow stage run registered samples", "type": "http" }, "http": { "method": "GET", "url": "/api/v2/legacy-workflow-stage-runs/:stage_run_id/registered-samples", "params": [ { "name": "stage_run_id", "value": "", "type": "path", "description": "ID of the legacy workflow stage run to list registered samples for" } ] }, "docs": "List legacy workflow stage run registered samples" }, { "info": { "name": "List legacy workflow stage runs", "type": "http" }, "http": { "method": "GET", "url": "/api/v2/legacy-workflow-stages/:stage_id/workflow-stage-runs", "params": [ { "name": "stage_id", "value": "", "type": "path", "description": "ID of the legacy workflow stage to list runs for" } ] }, "docs": "List legacy workflow stage runs" }, { "info": { "name": "List legacy workflows", "type": "http" }, "http": { "method": "GET", "url": "/api/v2/legacy-workflows" }, "docs": "List legacy workflows" }, { "info": { "name": "Update legacy workflow", "type": "http" }, "http": { "method": "PATCH", "url": "/api/v2/legacy-workflows/:legacy_workflow_id", "params": [ { "name": "legacy_workflow_id", "value": "", "type": "path", "description": "ID of the legacy workflow to update" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update workflow metadata" }, { "info": { "name": "List legacy workflow stages", "type": "http" }, "http": { "method": "GET", "url": "/api/v2/legacy-workflows/:legacy_workflow_id/workflow-stages", "params": [ { "name": "legacy_workflow_id", "value": "", "type": "path", "description": "ID of the legacy workflow to list stages for" } ] }, "docs": "List legacy workflow stages" } ] } ], "bundled": true }