GET https://www.wasisto.com/civitasearch/api/students/{lecturer_uid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lecturer_uid |
Lecturer UID obtained from Search lecturers API |
string |
Required |
Response Information
Response Format
application/json
Sample:
{ "uid": "b1G64CTH0NHXougckxXdhETh9UxNEbXek7HDB4rAb0x14uxY", "name": "John Smith", "program_name": "Computer Science", "sex": "Laki-laki", "position": "Tenaga Pengajar", "highest_education": "S2", "employment": "Dosen Tetap", "status": "Aktif", "education_history": [ { "school_name": "Fabrikam Institute", "title_received": "BSc", "year_graduated": "2008", "degree": "S1" }, { "school_name": "Contoso University", "title_received": "MCS", "year_graduated": "2011", "degree": "S2" } ], "lecture_history": [ { "term": "Ganjil 2012", "course_code": "CSC5986458", "course_name": "Logic Programming", "class_code": "04", "school_name": "Fabrikam Institute" }, { "term": "Genap 2016", "course_code": "CSC8593667", "course_name": "Declarative Programming", "class_code": "05", "school_name": "Contoso University" } ], "researches": [ { "title": "Protected interactive 3D graphics via remote rendering", "field": "Computer Science", "institution": "Contoso University", "year": "2014" }, { "title": "Fast Bilateral-Space Stereo for Synthetic Defocus", "field": "Computer Science", "institution": "Contoso University", "year": "2016" } ] }