{ "opencollection": "1.0.0", "info": { "name": "D2L Brightspace Valence Learning Framework Assignments Quizzes API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.brightspace.com/oauth2/auth", "accessTokenUrl": "https://auth.brightspace.com/core/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Quizzes", "type": "folder" }, "items": [ { "info": { "name": "List quizzes", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/d2l/api/le/1.92/:orgUnitId/quizzes/", "params": [ { "name": "orgUnitId", "value": "", "type": "path" }, { "name": "bookmark", "value": "", "type": "query" } ] }, "docs": "Retrieves a paged list of quizzes in a course offering." }, { "info": { "name": "Create a quiz", "type": "http" }, "http": { "method": "POST", "url": "https://{host}/d2l/api/le/1.92/:orgUnitId/quizzes/", "params": [ { "name": "orgUnitId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new quiz in a course offering." }, { "info": { "name": "List quiz attempts", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/d2l/api/le/1.92/:orgUnitId/quizzes/:quizId/attempts/", "params": [ { "name": "orgUnitId", "value": "", "type": "path" }, { "name": "quizId", "value": "", "type": "path" } ] }, "docs": "Retrieves the attempts made against a quiz." } ] } ], "bundled": true }