Hello API Update Subscribers,
ProctorU is happy to announce that it is now offering users the ability to batch schedule exams through the API. This update allows for the creation of an exam, creation of students, and scheduling of that exam for those students all with the ease of one API request. The new requests are labeled ‘batchSchedule’ and ‘pollBatchSchedule’. The ‘batchSchedule’ request will require the exam information along with the user information for all of the test takers of that exam. In return, ProctorU will create the exam, create any users that were included that do not have a ProctorU account already, and schedule those users in the exam window included in the call. The response will include a link that can be polled with our ‘pollBatchSchedule’ request. This will return the status of the scheduling call, including the total sessions created, how many sessions are pending, any errors, etc. To learn more about the details of these endpoints, such as how the scheduling system works or to see an example payload, please view the attached documentation.
Happy Testing!