Skip to content

Student exams data

The ID of the current exam period , the ID of the solution published in the relevant period and the student number of the student whose exam information will be accessed must be known. The relevant id information can be determined using the address mentioned in Section 4.1. Additionally, this information can be accessed in the "Solution" tab on the interface after logging into the system.

URLmethod
https://[ institutionName].aplancloud.com/api/integration/search-exam- solution/post
Table 28. Student Exams Web Service Url Structure
Parameter nameParameter TypeExplanation
term _idintTerm Id
solution _idintSolution ID
student_number _stringStudent number
Table 29. Student Exams Web Service Url Parameters

Picture 1: Term ID

Picture 2: Solution ID and Release Status

Picture 3: Student Number, Term ID and Solution ID

In response, detailed solution data for the relevant filters will be returned.

Data LabelDescription
SolutionStudentsStudent information
SolutionCoursesCourse Information
SolutionClassroomsClassroom Information
SolutionProgramsProgram Information
SolutionFacultiesFaculty Information
SolutionBuildingsBuilding Information
SolutionCampusesCampus Information
SolutionInstructorsInstructor Information
SolutionInvigilatorsExam Invigilator Information
Table 30. Student Exams Web Service Data Type Fields

If only information about the exam the student will take is requested, “SolutionStudents” data can be examined. Here is a list of student exams. Through each value, the course code of the exam the student will take, the classroom code where the exam will be held and the start date of the exam session the student will take can be accessed.

Picture 4: Solution Students

If detailed information of the student exam is required, for example, if information about the classroom where the exam will be held is required, data can be accessed by matching the "classroomCode" value on the "SolutionClassrooms" list, or if information about the course of the exam is required, by matching the "courseId" value on the "SolutionCourses" list. This process can be performed on all lists via identification codes or course ID.

Picture 5: Solution Courses

Picture 6: Solution Classrooms