{ "opencollection": "1.0.0", "info": { "name": "Schoology REST API v1 Assignments Groups 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": "Groups", "type": "folder" }, "items": [ { "info": { "name": "List groups for a user", "type": "http" }, "http": { "method": "GET", "url": "https://api.schoology.com/v1/users/:id/groups", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List groups for a user" }, { "info": { "name": "List enrollments in a group", "type": "http" }, "http": { "method": "GET", "url": "https://api.schoology.com/v1/groups/:group_id/enrollments", "params": [ { "name": "group_id", "value": "", "type": "path" } ] }, "docs": "List enrollments in a group" } ] } ], "bundled": true }