v2

latestOpenAPI 3.0.02026-07-2163203194.5 KB
Exam Session

Reschedule Exam Session

Changes the scheduled date/time for an existing exam session.<br/><br/>The auth token is passed for proctor reassignment and auditing.

put/v1/installs/{installSid}/exams/{examSid}/sessions/{sessionSid}

Path parameters

installSidstring required

Install Sid

Install Sid

examSidstring required

Exam Sid

Exam Sid

sessionSidstring required

Exam Session Sid

Exam Session Sid

Request body

type'b-virtual' | 'ad-hoc' | 'register-blast' | 'proctoru' | 'examity' | 'smarter-scheduling'

Type of the system

notesstring

Notes regarding session

appointmentStartDateTimestring

The GMT timestamp when the session is to be started

appointmentEndDateTimestring

The GMT timestamp when the session is to be end

companystring

The company of the proctor, maps to proctor_company__c

firstNamestring

The first name of the proctor, maps to proctor_first_name__c

lastNamestring

The last name of the proctor, maps to proctor_last_name__c

emailstring

The email address of the proctor, maps to proctor_email__c

phonestring

The phone number for the proctor, maps to proctor_phone__c

appointmentDateTimestring

The appointment date/time. maps to appointment_date__c

address1string

Ad-hoc proctor address line 1

address2string

Ad-hoc proctor address line 2

placestring

Ad-hoc proctor place

regionstring

Ad-hoc proctor region

countrystring

Ad-hoc proctor country

locationLatitudestring

Ad-hoc proctor location latitude

locationLongitudestring

Ad-hoc proctor location longitude

postalCodestring

Ad-hoc proctor postal code

Example request

{
  "appointmentStartDateTime": "1970-01-01T00:00:00.000Z",
  "appointmentEndDateTime": "1970-01-01T00:00:00.000Z",
  "appointmentDateTime": "1970-01-01T00:00:00.000Z"
}

Response

Successful

string required