Returns all students registered in the system.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Specify a grade level to retrieve a list of all students in that grade.
1 <= x <= 12
3
Returns a list of all students in the system and their associated information.
The response is of type object[]
.