{ "opencollection": "1.0.0", "info": { "name": "Data Assignments 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": "Assignments", "type": "folder" }, "items": [ { "info": { "name": "createAssignmentForSection", "type": "http" }, "http": { "method": "POST", "url": "https://api.clever.com/v3.1/sections/:section_id/assignments", "params": [ { "name": "section_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new assignment in the specified section" }, { "info": { "name": "getAssignmentForSection", "type": "http" }, "http": { "method": "GET", "url": "https://api.clever.com/v3.1/sections/:section_id/assignments/:assignment_id", "params": [ { "name": "section_id", "value": "", "type": "path" }, { "name": "assignment_id", "value": "", "type": "path" } ] }, "docs": "Returns a specific assignment for a section" }, { "info": { "name": "updateAssignmentForSection", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.clever.com/v3.1/sections/:section_id/assignments/:assignment_id", "params": [ { "name": "section_id", "value": "", "type": "path" }, { "name": "assignment_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing assignment in the specified section" }, { "info": { "name": "deleteAssignmentForSection", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.clever.com/v3.1/sections/:section_id/assignments/:assignment_id", "params": [ { "name": "section_id", "value": "", "type": "path" }, { "name": "assignment_id", "value": "", "type": "path" } ] }, "docs": "Deletes an existing assignment in the specified section" }, { "info": { "name": "getSubmissionsForAssignment", "type": "http" }, "http": { "method": "GET", "url": "https://api.clever.com/v3.1/sections/:section_id/assignments/:assignment_id/submissions", "params": [ { "name": "section_id", "value": "", "type": "path" }, { "name": "assignment_id", "value": "", "type": "path" }, { "name": "cursor", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns the submissions for an assignment." } ] } ], "bundled": true }