{ "opencollection": "1.0.0", "info": { "name": "Data Assignments Schools API", "version": "3.1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://clever.com/oauth/authorize", "accessTokenUrl": "https://clever.com/oauth/tokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Schools", "type": "folder" }, "items": [ { "info": { "name": "getSchools", "type": "http" }, "http": { "method": "GET", "url": "https://api.clever.com/v3.1/schools", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "starting_after", "value": "", "type": "query" }, { "name": "ending_before", "value": "", "type": "query" }, { "name": "count", "value": "", "type": "query" } ] }, "docs": "Returns a list of schools" }, { "info": { "name": "getSchool", "type": "http" }, "http": { "method": "GET", "url": "https://api.clever.com/v3.1/schools/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns a specific school" }, { "info": { "name": "getCoursesForSchool", "type": "http" }, "http": { "method": "GET", "url": "https://api.clever.com/v3.1/schools/:id/courses", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "starting_after", "value": "", "type": "query" }, { "name": "ending_before", "value": "", "type": "query" } ] }, "docs": "Returns the courses for a school" }, { "info": { "name": "getDistrictForSchool", "type": "http" }, "http": { "method": "GET", "url": "https://api.clever.com/v3.1/schools/:id/district", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns the district for a school" }, { "info": { "name": "getSectionsForSchool", "type": "http" }, "http": { "method": "GET", "url": "https://api.clever.com/v3.1/schools/:id/sections", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "starting_after", "value": "", "type": "query" }, { "name": "ending_before", "value": "", "type": "query" } ] }, "docs": "Returns the sections for a school" }, { "info": { "name": "getTermsForSchool", "type": "http" }, "http": { "method": "GET", "url": "https://api.clever.com/v3.1/schools/:id/terms", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "starting_after", "value": "", "type": "query" }, { "name": "ending_before", "value": "", "type": "query" } ] }, "docs": "Returns the terms for a school" }, { "info": { "name": "getUsersForSchool", "type": "http" }, "http": { "method": "GET", "url": "https://api.clever.com/v3.1/schools/:id/users", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "role", "value": "", "type": "query" }, { "name": "primary", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "starting_after", "value": "", "type": "query" }, { "name": "ending_before", "value": "", "type": "query" } ] }, "docs": "Returns the staff, student, and/or teacher users for a school" } ] } ], "bundled": true }