2022-08-11 18:19:20 +02:00
|
|
|
### formsemestre-etudiants-query
|
|
|
|
|
|
|
|
#### GET /formsemestre/1/etudiants/query?etat=D
|
|
|
|
```json
|
|
|
|
[
|
|
|
|
{
|
2022-08-21 12:13:57 +02:00
|
|
|
"civilite": "F",
|
2022-08-11 18:19:20 +02:00
|
|
|
"code_ine": "INE5",
|
2022-08-21 12:13:57 +02:00
|
|
|
"code_nip": "5",
|
2022-08-11 18:19:20 +02:00
|
|
|
"dept_id": 1,
|
2022-08-21 12:13:57 +02:00
|
|
|
"groups": [],
|
|
|
|
"id": 5,
|
2022-08-11 18:19:20 +02:00
|
|
|
"nom": "VILLENEUVE",
|
|
|
|
"nom_usuel": null,
|
2022-08-21 12:13:57 +02:00
|
|
|
"prenom": "FRAN\u00c7OISE"
|
2022-08-11 18:19:20 +02:00
|
|
|
},
|
|
|
|
{
|
2022-08-21 12:13:57 +02:00
|
|
|
"civilite": "F",
|
2022-08-11 18:19:20 +02:00
|
|
|
"code_ine": "10",
|
2022-08-21 12:13:57 +02:00
|
|
|
"code_nip": "NIP10",
|
2022-08-11 18:19:20 +02:00
|
|
|
"dept_id": 1,
|
2022-08-21 12:13:57 +02:00
|
|
|
"groups": [],
|
|
|
|
"id": 10,
|
2022-08-11 18:19:20 +02:00
|
|
|
"nom": "BOUTET",
|
|
|
|
"nom_usuel": null,
|
2022-08-21 12:13:57 +02:00
|
|
|
"prenom": "MARGUERITE"
|
2022-08-19 11:47:13 +02:00
|
|
|
},
|
2022-08-21 12:13:57 +02:00
|
|
|
"..."
|
2022-08-11 18:19:20 +02:00
|
|
|
]
|
|
|
|
```
|
|
|
|
|