{ "opencollection": "1.0.0", "info": { "name": "USOS API (University of Warsaw) apiref courses API", "version": "7.3.0.0-4" }, "items": [ { "info": { "name": "courses", "type": "folder" }, "items": [ { "info": { "name": "Get information on a given course", "type": "http" }, "http": { "method": "GET", "url": "https://usosapps.uw.edu.pl/services/courses/course", "params": [ { "name": "course_id", "value": "", "type": "query", "description": "Pipe-separated list of course IDs." }, { "name": "fields", "value": "", "type": "query", "description": "Pipe-separated selector of result fields." }, { "name": "format", "value": "", "type": "query", "description": "Output format. See supported output formats in the USOS API datatypes documentation." }, { "name": "callback", "value": "", "type": "query", "description": "Required only if jsonp is chosen as the return format." } ] }, "docs": "Get information on one or more courses by ID. Anonymous access; consumer and token are ignored." }, { "info": { "name": "Get information on a course edition", "type": "http" }, "http": { "method": "GET", "url": "https://usosapps.uw.edu.pl/services/courses/course_edition", "params": [ { "name": "course_id", "value": "", "type": "query", "description": "ID of the course." }, { "name": "term_id", "value": "", "type": "query", "description": "ID of the academic term." }, { "name": "fields", "value": "", "type": "query", "description": "Pipe-separated selector of result fields." }, { "name": "format", "value": "", "type": "query", "description": "Output format. See supported output formats in the USOS API datatypes documentation." }, { "name": "callback", "value": "", "type": "query", "description": "Required only if jsonp is chosen as the return format." } ] }, "docs": "Get information on a single edition of a course (a course conducted in a specific academic term)." } ] } ], "bundled": true }