{ "opencollection": "1.0.0", "info": { "name": "CoursesApi Assessments API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.data.cardiff.ac.uk/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "Assessments", "type": "folder" }, "items": [ { "info": { "name": "Returns the assessments for a module", "type": "http" }, "http": { "method": "GET", "url": "https://api.data.cardiff.ac.uk/courses/v1/:code/assessments", "params": [ { "name": "code", "value": "", "type": "path", "description": "Specifies which module to return" }, { "name": "year", "value": "", "type": "query", "description": "Academic year, used to filter which assessments are returned. Defaults to current year" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.data.cardiff.ac.uk/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "This endpoint returns a list of assessments with the specified module code." } ] } ], "bundled": true }