{ "opencollection": "1.0.0", "info": { "name": "Benchling AA Sequences Events API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "List Events", "type": "http" }, "http": { "method": "GET", "url": "/api/v2/events", "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": "createdAt.gte", "value": "", "type": "query", "description": "Datetime, in RFC 3339 format. Time zone defaults to UTC. Restricts results to those modified in the specified range. e.g. \"2020-05-23\".\n" }, { "name": "startingAfter", "value": "", "type": "query", "description": "Event ID after which events will be returned." }, { "name": "eventTypes", "value": "", "type": "query", "description": "Comma-separated list of event types to return." }, { "name": "poll", "value": "", "type": "query", "description": "When True, the API will always return a nextToken to enable polling events indefinitely." } ] }, "docs": "List Events\n\n## Event Sort Order\n\nEvents in Benchling are assigned a stable sort order that reflects when the event was processed (not created). The createdAt time is not the stable sorted order of events. For this reason event createdAt time may appear out of order.\n" } ] } ], "bundled": true }