39 lines
687 B
Markdown
39 lines
687 B
Markdown
|
### tous les etudiants
|
||
|
|
||
|
`/api/etudiants/`
|
||
|
|
||
|
```json
|
||
|
[
|
||
|
{
|
||
|
"civilite": "X",
|
||
|
"code_ine": "1",
|
||
|
"code_nip": "1",
|
||
|
"date_naissance": "",
|
||
|
"dept_id": 1,
|
||
|
"dept_acronym": "TAPI",
|
||
|
"email": "SACHA.COSTA@example.com",
|
||
|
"emailperso": "",
|
||
|
"etudid": 1,
|
||
|
"nom": "COSTA",
|
||
|
"prenom": "SACHA",
|
||
|
"nomprenom": "Sacha COSTA",
|
||
|
"lieu_naissance": "",
|
||
|
"dept_naissance": "",
|
||
|
"nationalite": "",
|
||
|
"boursier": "",
|
||
|
"id": 1,
|
||
|
"codepostaldomicile": "",
|
||
|
"paysdomicile": "",
|
||
|
"telephonemobile": "",
|
||
|
"typeadresse": "domicile",
|
||
|
"domicile": "",
|
||
|
"villedomicile": "",
|
||
|
"telephone": "",
|
||
|
"fax": "",
|
||
|
"description": ""
|
||
|
},
|
||
|
...
|
||
|
]
|
||
|
```
|
||
|
|