Returns an object of given student with available documents
Example response:
{
"data": {
"id": "bra2001",
"firstName": "Brage",
"lastName": "Dahle",
"fullName": "Brage Dahl",
"birthdate": "2009-01-20T00:00:00.000Z",
"username": "bra2001",
"mail": "[email protected]",
"mobile": "",
"schoolId": "TESVS",
"schoolName": "Testen videregående skole",
"schoolShortName": "Testen vgs",
"classId": "TESVS:TEST",
"classShortId": "TEST",
"utdanningsprogram": {
"kode": "BA",
"type": "yrkesfaglig",
"tittel": {
"default": "Bygg- og anleggsteknikk",
"nob": "Bygg- og anleggsteknikk",
"nno": "Bygg- og anleggsteknikk"
},
"kortform": {
"default": "Bygg- og anleggsteknikk",
"nob": "Bygg- og anleggsteknikk",
"nno": "Bygg- og anleggsteknikk"
}
}
}
}