{ "opencollection": "1.0.0", "info": { "name": "Canvas LMS REST Accounts Outcomes 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": "Outcomes", "type": "folder" }, "items": [ { "info": { "name": "List Outcome Groups in an Account", "type": "http" }, "http": { "method": "GET", "url": "https://{canvas_host}/api/v1/accounts/:account_id/outcome_groups", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The Canvas account ID, an SIS account ID prefixed `sis_account_id:`, or `self`." } ] }, "docs": "List Outcome Groups in an Account" } ] } ], "bundled": true }