63 lines
1.1 KiB
Markdown
63 lines
1.1 KiB
Markdown
### etudiants_courant
|
|
|
|
`/api/etudiants/courant`
|
|
|
|
```json
|
|
[
|
|
{
|
|
"id": 9537,
|
|
"code_nip": "42101034",
|
|
"code_ine": "999999999GC",
|
|
"nom": "DURAND",
|
|
"nom_usuel": null,
|
|
"prenom": "ANAIS",
|
|
"civilite": "F"
|
|
},
|
|
{
|
|
"id": 9585,
|
|
"code_nip": "11682976",
|
|
"code_ine": "0907044529E",
|
|
"nom": "DUPONT",
|
|
"nom_usuel": null,
|
|
"prenom": "LAURIANE",
|
|
"civilite": "F"
|
|
},...
|
|
]
|
|
```
|
|
|
|
ou
|
|
|
|
`/api/etudiants/courant/long`
|
|
```json
|
|
[
|
|
{
|
|
"civilite": "F",
|
|
"code_ine": "999999999GC",
|
|
"code_nip": "42101034",
|
|
"date_naissance": "29/09/2002",
|
|
"dept_id": 6,
|
|
"dept_acronym": "INFO",
|
|
"email": "anais.durand.etu@univ-lille.fr",
|
|
"emailperso": "anais.durand@laposte.net",
|
|
"etudid": 9537,
|
|
"nom": "DURAND",
|
|
"prenom": "ANAIS",
|
|
"nomprenom": "Mme Anais DURAND",
|
|
"lieu_naissance": "BESANCON",
|
|
"dept_naissance": "",
|
|
"nationalite": "FR",
|
|
"boursier": true,
|
|
"codepostaldomicile": "59251",
|
|
"paysdomicile": "FRANCE",
|
|
"telephonemobile": "0788498979",
|
|
"typeadresse": "domicile",
|
|
"id": 11911,
|
|
"domicile": "18b rue de scodoc",
|
|
"villedomicile": "ALLENNES LES MARAIS",
|
|
"telephone": "0720584624",
|
|
"fax": "",
|
|
"description": "(infos admission)"
|
|
},
|
|
...
|
|
```
|