{ "opencollection": "1.0.0", "info": { "name": "Benchling AA Sequences Requests API", "version": "2.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Requests", "type": "folder" }, "items": [ { "info": { "name": "List requests", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.benchling.com/api/v2/requests" }, "docs": "List requests" }, { "info": { "name": "Create a request", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.benchling.com/api/v2/requests" }, "docs": "Create a request" }, { "info": { "name": "Get a request", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.benchling.com/api/v2/requests/:request_id", "params": [ { "name": "request_id", "value": "", "type": "path" } ] }, "docs": "Get a request" }, { "info": { "name": "Update a request", "type": "http" }, "http": { "method": "PATCH", "url": "https://{tenant}.benchling.com/api/v2/requests/:request_id", "params": [ { "name": "request_id", "value": "", "type": "path" } ] }, "docs": "Update a request" }, { "info": { "name": "Execute sample groups on a request", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.benchling.com/api/v2/requests/:request_id:execute-sample-groups", "params": [ { "name": "request_id", "value": "", "type": "path" } ] }, "docs": "Execute sample groups on a request" }, { "info": { "name": "List request fulfillments", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.benchling.com/api/v2/request-fulfillments" }, "docs": "List request fulfillments" } ] } ], "bundled": true }