{ "opencollection": "1.0.0", "info": { "name": "Data Assignments Sections 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": "Sections", "type": "folder" }, "items": [ { "info": { "name": "getSections", "type": "http" }, "http": { "method": "GET", "url": "https://api.clever.com/v3.1/sections", "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 sections" }, { "info": { "name": "getSection", "type": "http" }, "http": { "method": "GET", "url": "https://api.clever.com/v3.1/sections/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns a specific section" }, { "info": { "name": "getCourseForSection", "type": "http" }, "http": { "method": "GET", "url": "https://api.clever.com/v3.1/sections/:id/course", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns the course for a section" }, { "info": { "name": "getDistrictForSection", "type": "http" }, "http": { "method": "GET", "url": "https://api.clever.com/v3.1/sections/:id/district", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns the district for a section" }, { "info": { "name": "getResourcesForSection", "type": "http" }, "http": { "method": "GET", "url": "https://api.clever.com/v3.1/sections/:id/resources", "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 resources for a section" }, { "info": { "name": "getSchoolForSection", "type": "http" }, "http": { "method": "GET", "url": "https://api.clever.com/v3.1/sections/:id/school", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns the school for a section" }, { "info": { "name": "getTermForSection", "type": "http" }, "http": { "method": "GET", "url": "https://api.clever.com/v3.1/sections/:id/term", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns the term for a section" }, { "info": { "name": "getUsersForSection", "type": "http" }, "http": { "method": "GET", "url": "https://api.clever.com/v3.1/sections/:id/users", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "role", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "starting_after", "value": "", "type": "query" }, { "name": "ending_before", "value": "", "type": "query" } ] }, "docs": "Returns the student and/or teacher users for a section" } ] } ], "bundled": true }