{ "opencollection": "1.0.0", "info": { "name": "Data Assignments Events API", "version": "3.1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://clever.com/oauth/authorize", "accessTokenUrl": "https://clever.com/oauth/tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "getEvents", "type": "http" }, "http": { "method": "GET", "url": "https://api.clever.com/v3.1/events", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "starting_after", "value": "", "type": "query" }, { "name": "ending_before", "value": "", "type": "query" }, { "name": "school", "value": "", "type": "query" }, { "name": "record_type", "value": "", "type": "query" } ] }, "docs": "Returns a list of events" }, { "info": { "name": "getEvent", "type": "http" }, "http": { "method": "GET", "url": "https://api.clever.com/v3.1/events/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns the specific event" } ] } ], "bundled": true }