All Students’ Basic Data¶
URL to access all Alumni data¶
/api/v1/students/all_alumni_list.json?access_token=<the_access_token>
Response¶
[
{
"id": 1,
"email": "1@student.iris.nitk.ac.in",
"admission_no": "1",
"reg_no": 1,
"user_id": 1,
"first_name": "User: 1",
"middle_name": "Student: 1",
"last_name": "Branch: 7",
"father_name": null,
"date_of_birth": null,
"gender": "Male",
"category": 1,
"branch": "Electronics and Communication Engineering",
"programme_type": "Bachelor of Technology",
"address": {
"address_line1": null,
"address_line2": null,
"city": null,
"state": "State: 1",
"pin_code": "1",
"phone1": null,
"phone2": null,
"country": "India"
}
},
{
"id": 16,
"email": "16@student.iris.nitk.ac.in",
"admission_no": "16",
"reg_no": 16,
"user_id": 27,
"first_name": "User: 27",
"middle_name": "Student: 16",
"last_name": "Branch: 11",
"father_name": null,
"date_of_birth": null,
"gender": "Male",
"category": 1,
"branch": "Mechanical Engineering",
"programme_type": "Bachelor of Technology",
"address": {
"address_line1": null,
"address_line2": null,
"city": null,
"state": "State: 16",
"pin_code": "16",
"phone1": null,
"phone2": null,
"country": "India"
}
}
]
URL to access Profile picture of any student¶
/api/v1/students/student_profile_pic/:student_id?access_token=<the_access_token>
Request¶
- Replace
:student_id
in the above URL with theid
obtained while fetching student detail(s).
Response¶
Image data