Get All Students
Returns all students registered in the system.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Specify a grade level to retrieve a list of all students in that grade.
1 <= x <= 123
Response
Returns a list of all students in the system and their associated information.
The first name of the student.
1 - 60"John"
The last name of the student.
1 - 60"Smith"
Student's average grade in the class on a 4.0 scale. Two decimal points allowed.
0 <= x <= 43.95
Student's grade level (from 1st to 12th grade), expressed as an integer between 1 and 12.
1 <= x <= 121
Used to indicate if the student is present, late, or absent to class that day.
present, late, absent "present"
Identification number of the student written as a 5-digit number. The first 2 digits indicate the student's grade level. The last 3 digits indicate the student's number within the grade. The system supports up to 999 students in each grade level. Example: '01234', where the student is the 234th student in 1st grade.
5"01234"