{ "opencollection": "1.0.0", "info": { "name": "Schoology REST API v1 Assignments Courses API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.schoology.com/v1/oauth/authorize", "accessTokenUrl": "https://api.schoology.com/v1/oauth/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Courses", "type": "folder" }, "items": [ { "info": { "name": "List courses", "type": "http" }, "http": { "method": "GET", "url": "https://api.schoology.com/v1/courses" }, "docs": "List courses" }, { "info": { "name": "Get course", "type": "http" }, "http": { "method": "GET", "url": "https://api.schoology.com/v1/courses/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get course" } ] } ], "bundled": true }