{ "opencollection": "1.0.0", "info": { "name": "Canvas LMS REST Accounts Modules API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://canvas.instructure.com/login/oauth2/auth", "accessTokenUrl": "https://canvas.instructure.com/login/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Modules", "type": "folder" }, "items": [ { "info": { "name": "List Modules in a Course", "type": "http" }, "http": { "method": "GET", "url": "https://{canvas_host}/api/v1/courses/:course_id/modules", "params": [ { "name": "course_id", "value": "", "type": "path", "description": "The Canvas course ID or an SIS course ID prefixed `sis_course_id:`." }, { "name": "include[]", "value": "", "type": "query" } ] }, "docs": "List Modules in a Course" } ] } ], "bundled": true }