{ "opencollection": "1.0.0", "info": { "name": "Benchling AA Sequences Legacy Requests 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 Requests", "type": "folder" }, "items": [ { "info": { "name": "List Legacy Request Fulfillments", "type": "http" }, "http": { "method": "GET", "url": "/api/v2/request-fulfillments", "params": [ { "name": "entryId", "value": "etr_IKwdYx31", "type": "query" }, { "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