MethodsgetExamsOn this pagegetExams Gets all exams since the last sync. Arguments (lastSync?) - Date Returns This method will return an array of Exam objects with all exams since the last sync. Example client.getExams({lastSync}).then(exams => { exams.forEach(exam => { // exams })})