API reference
Please refer to the below API methods, which contain responses, for examples of the JSON returned by the plugin.
Get Students
Query Parameters
Name
Type
Description
{
"records": [
{
"tables": {
"u_student_additionals": {
"nickname": "string | null",
"enrollmentdate": "YYYY-MM-DD"
},
"students": {
"dateofbirth": "YYYY-MM-DD",
"middle_name": "string",
"gender": "F", // one character or null
"first_name": "string",
"email": "string",
"yeargroup": "string",
"grade_program": "string",
"student_number": "string", // "123456"
"last_name": "string",
"grade": "string"
},
"u_country_codes": {
"nat": "AB"
}
}
}
],
"extensions": ""
}Get Teachers
Query Parameters
Name
Type
Description
Get Parents
Query Parameters
Name
Type
Description
Get Student Enrollments in Classes
Query Parameters
Name
Type
Description
Last updated
Was this helpful?