v2
OpenAPI 3.0.02026-07-2163203194.5 KBExam
Create Exam
Creates a new exam configuration under the specified course.<br/><br/>The payload includes exam metadata (title, type, URL), proctoring configuration, permitted items, scheduling windows, and instructor-as-proctor settings.
post/v1/installs/{installSid}/courses/{courseSid}/exams
Path parameters
installSidstring required
Unique SID of the application install. Pattern: AI + 32 hex chars.
Example:AI1234567890abcdef1234567890abcdef
Unique SID of the application install. Pattern: AI + 32 hex chars.
courseSidstring required
Unique SID of the course. Pattern: CU + 32 hex chars.
Example:CU1234567890abcdef1234567890abcdef
Unique SID of the course. Pattern: CU + 32 hex chars.
Request body
Example request
{
"title": "Midterm Exam 1",
"type": "Online",
"description": "Covers chapters 1-5",
"useProctorManager": true,
"enableAppointmentSuggestions": true,
"examDeliverySystemModule": "canvas",
"contactUserSid": "US1234567890abcdef1234567890abcdef",
"configuration": {
"instructorAsProctor": [
{
"startTime": "1970-01-01T00:00:00.000Z"
}
],
"examOpenDate": "1970-01-01T00:00:00.000Z",
"examCloseDate": "1970-01-01T00:00:00.000Z",
"scheduleOpenDate": "1970-01-01T00:00:00.000Z",
"scheduleCloseDate": "1970-01-01T00:00:00.000Z",
"virtualCalculatorType": "scientific-calc"
},
"status": "active"
}Response
Successful