2024-07-27 13:34:32 +02:00
|
|
|
### departement_etudiants
|
2022-08-02 20:58:45 +02:00
|
|
|
|
2024-07-27 13:34:32 +02:00
|
|
|
#### GET /departement/TAPI/etudiants
|
2022-08-02 20:58:45 +02:00
|
|
|
```json
|
|
|
|
[
|
2022-08-11 18:19:20 +02:00
|
|
|
{
|
2022-08-21 12:13:57 +02:00
|
|
|
"civilite": "X",
|
2024-07-27 13:34:32 +02:00
|
|
|
"civilite_etat_civil": null,
|
2022-08-11 18:19:20 +02:00
|
|
|
"code_ine": "INE1",
|
2022-08-21 12:13:57 +02:00
|
|
|
"code_nip": "1",
|
2022-08-11 18:19:20 +02:00
|
|
|
"dept_id": 1,
|
2022-08-21 12:13:57 +02:00
|
|
|
"id": 1,
|
2024-07-27 13:34:32 +02:00
|
|
|
"nom": "GROSS",
|
2022-08-11 18:19:20 +02:00
|
|
|
"nom_usuel": null,
|
2022-11-02 08:52:44 +01:00
|
|
|
"prenom": "SACHA",
|
2024-07-27 13:34:32 +02:00
|
|
|
"prenom_etat_civil": null,
|
|
|
|
"sort_key": "gross;sacha"
|
2022-08-11 18:19:20 +02:00
|
|
|
},
|
|
|
|
{
|
2022-08-21 12:13:57 +02:00
|
|
|
"civilite": "F",
|
2024-07-27 13:34:32 +02:00
|
|
|
"civilite_etat_civil": null,
|
2022-08-11 18:19:20 +02:00
|
|
|
"code_ine": "2",
|
2022-08-21 12:13:57 +02:00
|
|
|
"code_nip": "NIP2",
|
2022-08-11 18:19:20 +02:00
|
|
|
"dept_id": 1,
|
2022-08-21 12:13:57 +02:00
|
|
|
"id": 2,
|
2024-07-27 13:34:32 +02:00
|
|
|
"nom": "WALTER",
|
2022-08-11 18:19:20 +02:00
|
|
|
"nom_usuel": null,
|
2022-11-02 08:52:44 +01:00
|
|
|
"prenom": "SIMONE",
|
2024-07-27 13:34:32 +02:00
|
|
|
"prenom_etat_civil": null,
|
|
|
|
"sort_key": "walter;simone"
|
2022-08-19 11:47:13 +02:00
|
|
|
},
|
2022-08-21 12:13:57 +02:00
|
|
|
"..."
|
2022-08-02 20:58:45 +02:00
|
|
|
]
|
|
|
|
```
|
|
|
|
|