{ "opencollection": "1.0.0", "info": { "name": "Benchling AA Sequences Monomers API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Monomers", "type": "folder" }, "items": [ { "info": { "name": "List Monomers", "type": "http" }, "http": { "method": "GET", "url": "/api/v2/monomers", "params": [ { "name": "pageSize", "value": "", "type": "query", "description": "Number of results to return. Defaults to 50, maximum of 100.\n" }, { "name": "nextToken", "value": "", "type": "query", "description": "Token for pagination" }, { "name": "returning", "value": "", "type": "query", "description": "Comma-separated list of fields to return. Modifies the output shape. To return all keys at a given level, enumerate them or use the wildcard, '*'. For more information, [click here](https://docs.benchling.com/docs/getting-started-1#returning-query-parameter)." } ] }, "docs": "List all available monomers" }, { "info": { "name": "Create a monomer", "type": "http" }, "http": { "method": "POST", "url": "/api/v2/monomers", "params": [ { "name": "returning", "value": "", "type": "query", "description": "Comma-separated list of fields to return. Modifies the output shape. To return all keys at a given level, enumerate them or use the wildcard, '*'. For more information, [click here](https://docs.benchling.com/docs/getting-started-1#returning-query-parameter)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a monomer." }, { "info": { "name": "Update a Monomer", "type": "http" }, "http": { "method": "PATCH", "url": "/api/v2/monomers/:monomer_id", "params": [ { "name": "monomer_id", "value": "", "type": "path" }, { "name": "returning", "value": "", "type": "query", "description": "Comma-separated list of fields to return. Modifies the output shape. To return all keys at a given level, enumerate them or use the wildcard, '*'. For more information, [click here](https://docs.benchling.com/docs/getting-started-1#returning-query-parameter)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Monomer." }, { "info": { "name": "Archive Monomers", "type": "http" }, "http": { "method": "POST", "url": "/api/v2/monomers:archive", "body": { "type": "json", "data": "{}" } }, "docs": "Archive Monomers." }, { "info": { "name": "Unarchive Monomers", "type": "http" }, "http": { "method": "POST", "url": "/api/v2/monomers:unarchive", "body": { "type": "json", "data": "{}" } }, "docs": "Unarchive Monomers." } ] } ], "bundled": true }