{ "opencollection": "1.0.0", "info": { "name": "CoursesApi Assessments Groups API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.data.cardiff.ac.uk/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Returns a list of all course groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.data.cardiff.ac.uk/courses/v1/groups", "params": [ { "name": "school", "value": "", "type": "query", "description": "Returns course groups linked to the specified school code e.g. SOCSI (Social Sciences)" }, { "name": "subject", "value": "", "type": "query", "description": "Returns course groups linked to the specified subject code e.g. A300 (Clinical Medicines)" }, { "name": "type", "value": "", "type": "query", "description": "Filters course groups by programme type. Accepted values: P (Postgraduate), R (Research) or U (Undergraduate). (Note: This parameter is case sensitive.)" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.data.cardiff.ac.uk/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "This endpoint returns a list of all course groups within the University." } ] } ], "bundled": true }