Return student record
Get
/admin/api.php?f=getStudent&id={student id}
Content-Type: application/x-www-form-urlencoded
Not Applicable
userid: int,
username: string,,
email: string,,
mobile: int,
firstname: string,
lastname: string,
gradelevel: int,
schoolname: string,
preferences: string,
points: int
}
{
{
method: 'POST',
body: 'id=4',
headers: {
}