{ "opencollection": "1.0.0", "info": { "name": "Waterloo OpenData AcademicOrganizations Terms API", "version": "v3" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Terms", "type": "folder" }, "items": [ { "info": { "name": "Gets all Term data that is effective at the current time", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.data.uwaterloo.ca/v3/Terms" }, "docs": "Gets all Term data that is effective at the current time" }, { "info": { "name": "Gets the current Term data", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.data.uwaterloo.ca/v3/Terms/current" }, "docs": "Gets the current Term data" }, { "info": { "name": "Gets Term data for a specific Term filtered by code", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.data.uwaterloo.ca/v3/Terms/:code", "params": [ { "name": "code", "value": "", "type": "path", "description": "Term 4 digit Code" } ] }, "docs": "Gets Term data for a specific Term filtered by code" } ] } ], "bundled": true }