{ "opencollection": "1.0.0", "info": { "name": "CoursesApi Assessments Levels API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.data.cardiff.ac.uk/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "Levels", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a list of all available levels used within the Univesity.", "type": "http" }, "http": { "method": "GET", "url": "https://api.data.cardiff.ac.uk/courses/v1/levels", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of levels to return" }, { "name": "offset", "value": "", "type": "query", "description": "Offset of levels to return" }, { "name": "sort", "value": "", "type": "query", "description": "Sorts the data by column name, use \"-\" for descending" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.data.cardiff.ac.uk/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Retrieve a list of all available levels used within the Univesity." } ] } ], "bundled": true }