Leer estudiante
Necesario token.
Operación
GET /stu/<student-ID>
Petición
Se pasa el ID del estudiante al final de la petición.
Ejemplo de petición:
GET /stu/57
Respuesta
Se devuelve el estudiante.
Ejemplo de respuesta:
{
"workingSessions": [],
"stuSup": [],
"enrolments": [],
"stuPicto": [],
"office": { ... },
"id": 57,
"name": "Eladio",
"surname": "Blanco López",
"birthdate": "1983-03-23T23:00:00.000Z",
"gender": "F",
"country": "ES",
"pic": "/upload/students/115002739.jpg",
"notes": "",
"lang": "es-es",
"attributes": {
"categories": "on",
"input_feedback": {
"vibration": true,
"click": false,
"read": false,
"highlight": false
},
"input_selection": "click",
"pictogram_size": "normal",
"tts_engine": "IVONA Text-to-Speech HQ",
"tts_voice": "child",
"picto_select": "enlarge",
"legend": "no",
"animation": "yes",
"tts_options": { "phrase": false },
"picto_background": "#0000ff",
"phrase_background": "#ff0000",
"legendsize":"50"
}
}