{ "opencollection": "1.0.0", "info": { "name": "Benchling AA Sequences Codon Usage Tables API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Codon Usage Tables", "type": "folder" }, "items": [ { "info": { "name": "List codon usage tables for organisms", "type": "http" }, "http": { "method": "GET", "url": "/api/v2/codon-usage-tables", "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": "sort", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query", "description": "Name of a codon usage table (tables are named for the organisms that they represent). Restricts results to those with the specified name." }, { "name": "nameIncludes", "value": "", "type": "query", "description": "Name substring of a codon usage table (tables are named for the organisms that they represent). Restricts results to those with names that include the provided substring." }, { "name": "ids", "value": "", "type": "query", "description": "Comma-separated list of ids. Matches all of the provided IDs, or returns a 400 error that includes a list of which IDs are invalid.\n" }, { "name": "names.anyOf", "value": "", "type": "query", "description": "Comma-separated list of names. Restricts results to those that match any of the specified names.\n" } ] }, "docs": "List tables with codon usage data for organisms that can be specified for other Benchling operations.\n" } ] } ], "bundled": true }