{ "opencollection": "1.0.0", "info": { "name": "Benchling AA Sequences Lab Automation API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Lab Automation", "type": "folder" }, "items": [ { "info": { "name": "Get a Lab Automation Transform step", "type": "http" }, "http": { "method": "GET", "url": "/api/v2/automation-file-transforms/:transform_id", "params": [ { "name": "transform_id", "value": "", "type": "path" } ] }, "docs": "Get a Lab Automation Transform step" }, { "info": { "name": "Update a Lab Automation Transform step", "type": "http" }, "http": { "method": "PATCH", "url": "/api/v2/automation-file-transforms/:transform_id", "params": [ { "name": "transform_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Lab Automation Transform step" }, { "info": { "name": "Get an Automation Input Generator", "type": "http" }, "http": { "method": "GET", "url": "/api/v2/automation-input-generators/:input_generator_id", "params": [ { "name": "input_generator_id", "value": "", "type": "path" } ] }, "docs": "Get an Automation Input Generator" }, { "info": { "name": "Update an Automation Input Generator", "type": "http" }, "http": { "method": "PATCH", "url": "/api/v2/automation-input-generators/:input_generator_id", "params": [ { "name": "input_generator_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an Automation Input Generator" }, { "info": { "name": "Generate Input with an Automation Input Generator", "type": "http" }, "http": { "method": "POST", "url": "/api/v2/automation-input-generators/:input_generator_id:generate-input", "params": [ { "name": "input_generator_id", "value": "", "type": "path" } ] }, "docs": "Generate Input with an Automation Input Generator" }, { "info": { "name": "List non-empty Automation Output Processors", "type": "http" }, "http": { "method": "GET", "url": "/api/v2/automation-output-processors", "params": [ { "name": "assayRunId", "value": "", "type": "query", "description": "Id of the Run" }, { "name": "automationFileConfigName", "value": "", "type": "query", "description": "Name of the Automation File Config" }, { "name": "archiveReason", "value": "", "type": "query", "description": "Archive reason. Restricts items to those with the specified archive reason. Use \"NOT_ARCHIVED\" to filter for unarchived processors. Use \"ANY_ARCHIVED\" to filter for archived processors regardless of reason. Use \"ANY_ARCHIVED_OR_NOT_ARCHIVED\" to return items for both archived and unarchived.\n" }, { "name": "modifiedAt", "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. Date ranges can be specified with the following nomenclature > YYYY-MM-DD AND